chore: Update crate dependencies.

This commit is contained in:
parazyd
2023-07-31 08:05:13 +02:00
parent 95cd7f20d7
commit c045210763
21 changed files with 144 additions and 138 deletions

View File

@@ -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"

View File

@@ -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"]}