chore: Update crate dependencies.

This commit is contained in:
parazyd
2023-06-06 14:06:23 +02:00
parent 88865e2663
commit bfc99c79ea
36 changed files with 222 additions and 226 deletions

View File

@@ -21,13 +21,13 @@ futures = "0.3.28"
# Misc
libc = "0.2.144"
log = "0.4.17"
log = "0.4.18"
simplelog = "0.12.1"
rand = "0.8.5"
chrono = "0.4.24"
chrono = "0.4.26"
thiserror = "1.0.40"
ctrlc = { version = "3.2.5", features = ["termination"] }
url = "2.3.1"
ctrlc = { version = "3.4.0", features = ["termination"] }
url = "2.4.0"
# Encoding and parsing
serde = {version = "1.0.163", features = ["derive"]}
@@ -36,5 +36,5 @@ structopt = "0.3.26"
structopt-toml = "0.5.1"
crypto_box = {version = "0.8.2", features = ["std"]}
hex = "0.4.3"
bs58 = "0.4.0"
toml = "0.7.3"
bs58 = "0.5.0"
toml = "0.7.4"