divviup / janus

Experimental implementation of the Distributed Aggregation Protocol (DAP) specification.
Mozilla Public License 2.0
54 stars 15 forks source link

deps: replace derivative with educe #3506

Closed inahga closed 6 days ago

inahga commented 6 days ago

Closes https://github.com/divviup/janus/issues/3435.

Note this does not fully remove derivative from our dependency tree, because we depend on divviup-client, which depends on janus_messages 0.7.42. divviup-client needs to be updated to a new version of janus_messages, which seems non-trivial at the moment.

branlwyd commented 6 days ago

ope, it looks like merging the last few PRs led to a merge conflict, investigating. (I don't think the build error we see here has anything to do with the changes in the PR)

inahga commented 6 days ago

@branlwyd I caught them in https://github.com/divviup/janus/pull/3507.