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:
@@ -12,7 +12,7 @@ repository = "https://github.com/darkrenaissance/darkfi"
|
||||
darkfi = {path = "../../", features = ["net", "rpc"]}
|
||||
|
||||
# Misc
|
||||
async-trait = "0.1.72"
|
||||
async-trait = "0.1.73"
|
||||
futures = "0.3.28"
|
||||
libsqlite3-sys = {version = "0.26.0", features = ["bundled-sqlcipher-vendored-openssl"]}
|
||||
log = "0.4.19"
|
||||
@@ -30,6 +30,6 @@ simplelog = "0.12.1"
|
||||
smol = "1.3.0"
|
||||
|
||||
# Argument parsing
|
||||
serde = {version = "1.0.179", features = ["derive"]}
|
||||
serde = {version = "1.0.183", features = ["derive"]}
|
||||
structopt = "0.3.26"
|
||||
structopt-toml = "0.5.1"
|
||||
|
||||
Reference in New Issue
Block a user