mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 00:32:45 +03:00
explicitly specify dalek dep in Cargo.toml
This commit is contained in:
parent
23b8aa24c2
commit
ea6dd6a129
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -3115,6 +3115,7 @@ dependencies = [
|
||||
"chrono",
|
||||
"clap",
|
||||
"crossterm",
|
||||
"curve25519-dalek",
|
||||
"dashmap",
|
||||
"digest 0.10.7",
|
||||
"elliptic-curve",
|
||||
|
@ -37,6 +37,7 @@ chacha20poly1305 = "0.10.1"
|
||||
chrono = "0.4.31"
|
||||
clap = { version = "4.4", features = ["derive"] }
|
||||
crossterm = { version = "0.26.1", features = ["event-stream", "bracketed-paste"] }
|
||||
curve25519-dalek = "^4.1.2"
|
||||
dashmap = "5.5.3"
|
||||
digest = "0.10"
|
||||
elliptic-curve = { version = "0.13.8", features = ["ecdh"] }
|
||||
|
Loading…
Reference in New Issue
Block a user