Skip to content

Builds failing -- dependency conflict with the serde package #32

@swcurran

Description

@swcurran

Per PR #31, it looks like the serde package is locked to a version (1.0.152) in this package, but a later version is required by another dependency. There is a dependabot PR for serde, but even that doesn't look like it would satisfy the other dependency path (see log below):

warning: unused manifest key: package.fatal_warnings
    Updating crates.io index
    Updating git repository `[https://github.com/hyperledger/aries-askar.git`](https://github.com/hyperledger/aries-askar.git%60)
    Updating git repository `[https://github.com/hyperledger-indy/indy-vdr.git`](https://github.com/hyperledger-indy/indy-vdr.git%60)
    Updating crates.io index
error: failed to select a version for `serde`.
    ... required by package `time v0.3.36`
    ... which satisfies dependency `time = "^0.3.36"` of package `indy-vdr v0.4.5 (https://github.com/hyperledger-indy/indy-vdr.git#e4c9b5dd)`
    ... which satisfies git dependency `indy-vdr` of package `indy-cli-rs v0.1.0 (/home/runner/work/indy-cli-rs/indy-cli-rs)`
versions that meet the requirements `^1.0.184` are: 1.0.228, 1.0.227, 1.0.226, 1.0.225, 1.0.224, 1.0.223, 1.0.222, 1.0.221, 1.0.220, 1.0.219, 1.0.218, 1.0.217, 1.0.216, 1.0.215, 1.0.214, 1.0.213, 1.0.212, 1.0.211, 1.0.210, 1.0.209, 1.0.208, 1.0.207, 1.0.206, 1.0.205, 1.0.204, 1.0.203, 1.0.202, 1.0.201, 1.0.200, 1.0.199, 1.0.198, 1.0.197, 1.0.196, 1.0.195, 1.0.194, 1.0.193, 1.0.192, 1.0.191, 1.0.190, 1.0.189, 1.0.188, 1.0.187, 1.0.186, 1.0.185, 1.0.184

all possible versions conflict with previously selected packages.

  previously selected package `serde v1.0.152`
    ... which satisfies dependency `serde = "^1.0.152"` (locked to 1.0.152) of package `indy-cli-rs v0.1.0 (/home/runner/work/indy-cli-rs/indy-cli-rs)`

failed to select a version for `serde` which could resolve this conflict
Error: Process completed with exit code 101.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions