-
Notifications
You must be signed in to change notification settings - Fork 546
Closed
Description
I am facing with issue Cargo can not select the version for zeroize
.
error: failed to select a version for `zeroize`.
... required by package `curve25519-dalek v3.2.1`
... which satisfies dependency `curve25519-dalek = "^3.2.1"` of package `solana-perf v2.0.7`
... which satisfies dependency `solana-perf = "=2.0.7"` of package `solana-streamer v2.0.7`
... which satisfies dependency `solana-streamer = "=2.0.7"` of package `solana-client v2.0.7`
... which satisfies dependency `solana-client = "^2.0.7"` of package `scanner v0.1.0 (...)`
versions that meet the requirements `>=1, <1.4` are: 1.3.0, 1.2.0, 1.1.1, 1.1.0, 1.0.0
all possible versions conflict with previously selected packages.
previously selected package `zeroize v1.5.3`
... which satisfies dependency `zeroize = "^1.5"` of package `rsa v0.9.0`
... which satisfies dependency `rsa = "^0.9"` of package `sqlx-mysql v0.7.0`
... which satisfies dependency `sqlx-mysql = "=0.7.0"` of package `sqlx v0.7.0`
... which satisfies dependency `sqlx = "^0.7"` of package `sea-orm v1.0.0`
... which satisfies dependency `sea-orm = "^1.0.0"` of package `database v0.1.0 (...)`
... which satisfies path dependency `database` (locked to 0.1.0) of package `http-server v0.1.0 (...)`
failed to select a version for `zeroize` which could resolve this conflict
Metadata
Metadata
Assignees
Labels
No labels