mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
chore: Update crate dependencies
This commit is contained in:
@@ -24,7 +24,7 @@ log = "0.4.19"
|
||||
simplelog = "0.12.1"
|
||||
url = "2.4.0"
|
||||
|
||||
serde_json = "1.0.102"
|
||||
serde = {version = "1.0.171", features = ["derive"]}
|
||||
serde_json = "1.0.103"
|
||||
serde = {version = "1.0.173", features = ["derive"]}
|
||||
toml = "0.7.6"
|
||||
# ANCHOR_END: dependencies
|
||||
|
||||
@@ -24,11 +24,11 @@ easy-parallel = "3.3.0"
|
||||
rand = "0.8.5"
|
||||
|
||||
# Misc
|
||||
clap = {version = "4.3.11", features = ["derive"]}
|
||||
clap = {version = "4.3.17", features = ["derive"]}
|
||||
log = "0.4.19"
|
||||
simplelog = "0.12.1"
|
||||
fxhash = "0.2.1"
|
||||
url = "2.4.0"
|
||||
|
||||
# Encoding and parsing
|
||||
serde_json = "1.0.102"
|
||||
serde_json = "1.0.103"
|
||||
|
||||
Reference in New Issue
Block a user