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

@@ -32,8 +32,8 @@ sled-overlay = "0.1.14"
blake3 = "1.8.2"
# Misc
tracing = "0.1.41"
url = "2.5.4"
tracing = "0.1.44"
url = "2.5.7"
# Daemon
smol = "2.0.2"
@@ -45,8 +45,8 @@ semver = {version = "1.0.27", optional = true}
easy-parallel = {version = "3.3.1", optional = true}
signal-hook-async-std = {version = "0.3.0", optional = true}
signal-hook = {version = "0.3.18", optional = true}
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt"], optional = true }
tracing-appender = { version = "0.2.3", optional = true }
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"], optional = true }
tracing-appender = { version = "0.2.4", optional = true }
serde = {version = "1.0.228", features = ["derive"], optional = true}
structopt = {version = "0.3.26", optional = true}
structopt-toml = {version = "0.5.1", optional = true}

View File

@@ -11,7 +11,7 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../", features = ["net"]}
darkfi-serial = {version = "0.5.0"}
url = {version = "2.5.4", features = ["serde"]}
url = {version = "2.5.7", features = ["serde"]}
smol = "2.0.2"
[workspace]

View File

@@ -15,19 +15,19 @@ darkfi = {path = "../../../", features = ["async-daemonize", "validator", "rpc"]
darkfi-serial = "0.5.0"
# Misc
tracing = "0.1.41"
tracing = "0.1.44"
# JSON-RPC
async-trait = "0.1.89"
tinyjson = "2.5.1"
url = "2.5.4"
url = "2.5.7"
# Daemon
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"
# Argument parsing

View File

@@ -16,7 +16,7 @@ darkfi-serial = "0.5.0"
# Misc
clap = {version = "4.4.11", features = ["derive"]}
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
smol = "2.0.2"
url = "2.5.4"
url = "2.5.7"

View File

@@ -15,20 +15,20 @@ darkfi = {path = "../../../../", features = ["async-daemonize", "rpc"]}
darkfi-serial = "0.5.0"
# Misc
tracing = "0.1.41"
tracing = "0.1.44"
# JSON-RPC
async-trait = "0.1.89"
tinyjson = "2.5.1"
url = "2.5.4"
url = "2.5.7"
# Daemon
async-std = {version = "1.13.2", features = ["attributes"]}
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"
# Argument parsing

View File

@@ -11,8 +11,8 @@ path = "src/lib.rs"
[dependencies]
blake2 = "0.10.6"
criterion = { version = "0.7.0", features = ["html_reports"] }
equix = "0.2.5"
criterion = { version = "0.8.1", features = ["html_reports"] }
equix = "0.5.1"
rand = "0.8.5"
[[bench]]

View File

@@ -16,9 +16,9 @@ rand = "0.8.5"
# Daemon
easy-parallel = "3.3.1"
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", default-features = false, features = ["fmt"] }
tracing-appender = "0.2.3"
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
tracing-appender = "0.2.4"
signal-hook-async-std = "0.3.0"
signal-hook = "0.3.18"
smol = "2.0.2"

View File

@@ -22,4 +22,4 @@ clap = {version = "4.4.11", features = ["derive"]}
prettytable-rs = "0.10.0"
rand = "0.8.5"
smol = "2.0.2"
url = "2.5.4"
url = "2.5.7"

View File

@@ -18,20 +18,20 @@ darkfi-serial = "0.5.0"
# Misc
bs58 = "0.5.1"
sled-overlay = "0.1.14"
tracing = "0.1.41"
tracing = "0.1.44"
# JSON-RPC
async-trait = "0.1.89"
tinyjson = "2.5.1"
url = "2.5.4"
url = "2.5.7"
# Daemon
async-std = {version = "1.13.2", features = ["attributes"]}
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"
# Argument parsing

View File

@@ -10,8 +10,8 @@ edition = "2021"
[dependencies]
darkfi = {path = "../../../../", features = ["zk"]}
darkfi-sdk = {path = "../../../../src/sdk"}
halo2_proofs = "0.3.1"
halo2_gadgets = "0.3.1"
halo2_proofs = "0.3.2"
halo2_gadgets = "0.4.0"
rand = "0.8.5"
hex = "0.4.3"

View File

@@ -12,8 +12,8 @@ edition = "2024"
[dependencies]
darkfi-sdk = {path = "../../../../src/sdk"}
darkfi = {path = "../../../../", features = ["zk"]}
halo2_proofs = {version = "0.3.1", features = ["circuit-params"]}
halo2_gadgets = {version = "0.3.1", features = ["circuit-params"]}
halo2_proofs = {version = "0.3.2", features = ["circuit-params"]}
halo2_gadgets = {version = "0.4.0", features = ["circuit-params"]}
rand = "0.8.5"
darkfi-serial = "0.5.0"