Check for duplicate deps #815

Open
opened 4 years ago by kiwii · 1 comments
kiwii commented 4 years ago
Owner
As explained here: https://github.com/LemmyNet/lemmy/issues/1054
kiwii added the
A: Meta
C: Enhancement
labels 4 years ago
igalic commented 4 years ago
Owner

currently, even attempting to run cargo outdated results in a dead-lock:

error: failed to select a version for `data-encoding`.
    ... required by package `serde_qs v0.6.1`
    ... which is depended on by `plume v0.4.0 (/tmp/cargo-outdatedAW9Bld)`
versions that meet the requirements `^2.2.1` are: 2.3.0, 2.2.1

all possible versions conflict with previously selected packages.

  previously selected package `data-encoding v2.1.1`
    ... which is depended on by `rocket_csrf v0.1.0 (https://github.com/fdb-hiroshima/rocket_csrf?rev=29910f2829e7e590a540da3804336577b48c7b31#29910f28)`
    ... which is depended on by `plume v0.4.0 (/tmp/cargo-outdatedAW9Bld)`

failed to select a version for `data-encoding` which could resolve this conflict
currently, even attempting to run `cargo outdated` results in a dead-lock: ``` error: failed to select a version for `data-encoding`. ... required by package `serde_qs v0.6.1` ... which is depended on by `plume v0.4.0 (/tmp/cargo-outdatedAW9Bld)` versions that meet the requirements `^2.2.1` are: 2.3.0, 2.2.1 all possible versions conflict with previously selected packages. previously selected package `data-encoding v2.1.1` ... which is depended on by `rocket_csrf v0.1.0 (https://github.com/fdb-hiroshima/rocket_csrf?rev=29910f2829e7e590a540da3804336577b48c7b31#29910f28)` ... which is depended on by `plume v0.4.0 (/tmp/cargo-outdatedAW9Bld)` failed to select a version for `data-encoding` which could resolve this conflict ```
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Plume/Plume#815
Loading…
There is no content yet.