mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
chore: Update crate dependencies.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user