mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-10 07:08:05 -05:00
chore: Update crate dependencies.
This commit is contained in:
@@ -19,13 +19,13 @@ ctrlc = { version = "3.4.0", features = ["termination"] }
|
||||
easy-parallel = "3.3.0"
|
||||
futures-lite = "1.13.0"
|
||||
log = "0.4.19"
|
||||
serde_json = "1.0.103"
|
||||
serde_json = "1.0.104"
|
||||
simplelog = "0.12.1"
|
||||
url = "2.4.0"
|
||||
|
||||
# Argument parsing
|
||||
serde = "1.0.174"
|
||||
serde_derive = "1.0.174"
|
||||
serde = "1.0.179"
|
||||
serde_derive = "1.0.179"
|
||||
structopt = "0.3.26"
|
||||
structopt-toml = "0.5.1"
|
||||
|
||||
|
||||
@@ -12,6 +12,6 @@ sha2 = "0.10.7"
|
||||
digest = "0.10.7"
|
||||
rand = "0.8.5"
|
||||
aes-gcm-siv = "0.11.1"
|
||||
curve25519-dalek = {version = "4.0.0-rc.3", features = ["digest", "legacy_compatibility"]}
|
||||
curve25519-dalek = {version = "4.0.0", features = ["digest", "legacy_compatibility"]}
|
||||
ed25519-dalek = "2.0.0-rc.3"
|
||||
x25519-dalek = {version = "2.0.0-rc.3", features = ["static_secrets"]}
|
||||
|
||||
Reference in New Issue
Block a user