chore: Update crate dependencies

This commit is contained in:
x
2025-12-25 12:22:56 +00:00
parent 51ec47e20c
commit add9bb596c
40 changed files with 790 additions and 653 deletions

View File

@@ -19,8 +19,8 @@ darkfi-serial = "0.5.0"
easy-parallel = "3.3.1"
signal-hook-async-std = "0.3.0"
signal-hook = "0.3.18"
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt"] }
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
tracing-appender = "0.2.4"
smol = "2.0.2"
# arg parsing
@@ -30,8 +30,8 @@ structopt-toml = "0.5.1"
# misc
async-trait = "0.1.89"
tracing = "0.1.41"
url = "2.5.4"
tracing = "0.1.44"
url = "2.5.7"
# ANCHOR_END: dependencies
[lints]

View File

@@ -25,13 +25,13 @@ rand = "0.8.5"
# Misc
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.28"
log = "0.4.29"
simplelog = "0.12.2"
fxhash = "0.2.1"
url = "2.5.4"
url = "2.5.7"
# Encoding and parsing
serde_json = "1.0.145"
serde_json = "1.0.147"
[lints]
workspace = true

View File

@@ -22,7 +22,7 @@ darkfi-serial = "0.5.0"
clap = {version = "4.4.11", features = ["derive"]}
rand = "0.8.5"
smol = "2.0.2"
url = "2.5.4"
url = "2.5.7"
[patch.crates-io]
halo2_proofs = {git="https://github.com/parazyd/halo2", branch="v031"}