Skip to content

Commit

Permalink
chore: Update crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parazyd committed Feb 25, 2025
1 parent ee96346 commit f5baac8
Show file tree
Hide file tree
Showing 32 changed files with 74 additions and 85 deletions.
17 changes: 3 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ members = [

[dependencies]
# Hard dependencies
libc = "0.2.169"
log = "0.4.25"
libc = "0.2.170"
log = "0.4.26"
thiserror = "2.0.11"

# async-runtime
Expand Down Expand Up @@ -85,7 +85,7 @@ x509-parser = {version = "0.17.0", features = ["validate", "verify"], optional =

# Encoding
bs58 = {version = "0.5.1", optional = true}
serde = {version = "1.0.217", features = ["derive"], optional = true}
serde = {version = "1.0.218", features = ["derive"], optional = true}
tinyjson = {version = "2.5.1", optional = true}
httparse = {version = "1.10.0", optional = true}
semver = {version = "1.0.25", optional = true}
Expand All @@ -111,7 +111,7 @@ regex = {version = "1.11.1", optional = true}

# Crypto
rand = {version = "0.8.5", optional = true}
blake3 = {version = "1.5.5", features = ["rayon"], optional = true}
blake3 = {version = "1.6.0", features = ["rayon"], optional = true}
crypto_api_chachapoly = {version = "0.5.0", optional = true}
halo2_proofs = {version = "0.3.0", features = ["circuit-params"], optional = true}
halo2_gadgets = {version = "0.3.1", features = ["circuit-params"], optional = true}
Expand Down
4 changes: 2 additions & 2 deletions bin/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ harfbuzz-sys = { git = "https://github.com/narodnik/rust-harfbuzz2", features =
freetype-rs = { version = "0.37.0", features = ["bundled"] }

image = "0.25.5"
log = { version = "0.4.25", features = ["release_max_level_info"] }
log = { version = "0.4.26", features = ["release_max_level_info"] }
glam = "0.29.2"
#zmq = "0.10.0"
#async_zmq = "0.4.0"
Expand All @@ -43,7 +43,7 @@ semver = "1.0.25"
chrono = "0.4.39"
async-gen = "0.2.3"
async-trait = "0.1.86"
blake3 = "1.5.5"
blake3 = "1.6.0"
simplelog = "0.12.2"
# For log files
file-rotate = "0.7.6"
Expand Down
4 changes: 2 additions & 2 deletions bin/darkfi-mmproxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ darkfi = {path = "../../", features = ["async-daemonize", "async-serial", "syste
darkfi-serial = {version = "0.4.2", features = ["async"]}

# Misc
log = "0.4.25"
log = "0.4.26"

# Monero
monero = {version = "0.21.0", features = ["full"]}
Expand All @@ -34,7 +34,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
6 changes: 3 additions & 3 deletions bin/darkfid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ darkfi-sdk = {path = "../../src/sdk"}
darkfi-serial = "0.4.2"

# Misc
blake3 = "1.5.5"
blake3 = "1.6.0"
bs58 = "0.5.1"
log = "0.4.25"
log = "0.4.26"
num-bigint = "0.4.6"
rand = "0.8.5"
sled-overlay = "0.1.6"
Expand All @@ -38,7 +38,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
8 changes: 4 additions & 4 deletions bin/darkirc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ path = "src/main.rs"
darkfi = {path = "../../", features = ["async-daemonize", "event-graph", "rpc", "zk"]}
darkfi-sdk = {path = "../../src/sdk", features = ["async"]}
darkfi-serial = {version = "0.4.2", features = ["async"]}
libc = "0.2.169"
libc = "0.2.170"

# Event Graph DB
sled-overlay = "0.1.6"
Expand All @@ -33,13 +33,13 @@ futures-rustls = {version = "0.26.0", default-features = false, features = ["log
rustls-pemfile = "2.2.0"

# Crypto
blake3 = "1.5.5"
blake3 = "1.6.0"
bcrypt = "0.17.0"
crypto_box = {version = "0.9.1", features = ["std", "chacha20"]}
rand = "0.8.5"

# Misc
log = "0.4.25"
log = "0.4.26"
url = "2.5.4"

# Encoding and parsing
Expand All @@ -55,7 +55,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
4 changes: 2 additions & 2 deletions bin/dhtd/dhtd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ edition = "2021"

[dependencies]
async-trait = "0.1.86"
blake3 = "1.5.5"
blake3 = "1.6.0"
darkfi = {path = "../../../", features = ["dht"]}
darkfi-serial = {version = "0.4.2", features = ["derive", "crypto"]}
easy-parallel = "3.3.1"
log = "0.4.25"
log = "0.4.26"
rand = "0.8.5"
simplelog = "0.12.2"
smol = "2.0.2"
Expand Down
6 changes: 3 additions & 3 deletions bin/drk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ darkfi-sdk = {path = "../../src/sdk", features = ["async"]}
darkfi-serial = "0.4.2"

# Misc
blake3 = "1.5.5"
blake3 = "1.6.0"
bs58 = "0.5.1"
lazy_static = "1.5.0"
log = "0.4.25"
log = "0.4.26"
num-bigint = "0.4.6"
prettytable-rs = "0.10.0"
rand = "0.8.5"
Expand All @@ -38,7 +38,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
6 changes: 3 additions & 3 deletions bin/explorer/explorerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,17 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

# Database
sled-overlay = "0.1.6"

# Misc
log = "0.4.25"
log = "0.4.26"
lazy_static = "1.5.0"
tar = "0.4.43"
tar = "0.4.44"
toml = "0.8.20"

# Testing
Expand Down
4 changes: 2 additions & 2 deletions bin/fud/fu/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ async-std = {version = "1.13.0", features = ["attributes"]}

# Misc
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.25"
serde_json = "1.0.138"
log = "0.4.26"
serde_json = "1.0.139"
simplelog = "0.12.2"
url = "2.5.4"

Expand Down
6 changes: 3 additions & 3 deletions bin/fud/fud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ darkfi-serial = {version = "0.4.2", features = ["hash"]}

# Misc
async-trait = "0.1.86"
blake3 = "1.5.5"
log = "0.4.25"
blake3 = "1.6.0"
log = "0.4.26"
tinyjson = "2.5.1"
url = "2.5.4"

Expand All @@ -27,7 +27,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
2 changes: 1 addition & 1 deletion bin/genev/genev-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ darkfi-serial = "0.4.2"

smol = "2.0.2"
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.25"
log = "0.4.26"
simplelog = "0.12.2"
tinyjson = "2.5.1"
url = "2.5.4"
Expand Down
6 changes: 3 additions & 3 deletions bin/genev/genevd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ darkfi = { path = "../../../", features = [
darkfi-serial = "0.4.2"

# Crypto
blake3 = "1.5.5"
blake3 = "1.6.0"

# Event Graph DB
sled-overlay = "0.1.6"

# Misc
async-trait = "0.1.86"
log = "0.4.25"
log = "0.4.26"
tinyjson = "2.5.1"
url = "2.5.4"

Expand All @@ -44,7 +44,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = { version = "1.0.217", features = ["derive"] }
serde = { version = "1.0.218", features = ["derive"] }
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
4 changes: 2 additions & 2 deletions bin/lilith/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ darkfi = {path = "../../", features = ["toml", "async-daemonize", "rpc"]}
# Misc
async-trait = "0.1.86"
futures = "0.3.31"
log = "0.4.25"
log = "0.4.26"
semver = "1.0.25"
tinyjson = "2.5.1"
toml = "0.8.20"
Expand All @@ -28,7 +28,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
4 changes: 2 additions & 2 deletions bin/minerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ darkfi-sdk = {path = "../../src/sdk"}
darkfi-serial = {version = "0.4.2", features = ["async"]}

# Misc
log = "0.4.25"
log = "0.4.26"
num-bigint = "0.4.6"

# JSON-RPC
Expand All @@ -30,7 +30,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
8 changes: 4 additions & 4 deletions bin/tau/taud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ darkfi-serial = "0.4.2"
sled-overlay = "0.1.6"

# Crypto
blake3 = "1.5.5"
blake3 = "1.6.0"
crypto_box = { version = "0.9.1", features = ["std", "chacha20"] }
rand = "0.8.5"

Expand All @@ -43,8 +43,8 @@ toml = "0.8.20"
async-trait = "0.1.86"
chrono = "0.4.39"
futures = "0.3.31"
libc = "0.2.169"
log = "0.4.25"
libc = "0.2.170"
log = "0.4.26"
thiserror = "2.0.11"
tinyjson = "2.5.1"
url = "2.5.4"
Expand All @@ -57,7 +57,7 @@ simplelog = "0.12.2"
smol = "2.0.2"

# Argument parsing
serde = { version = "1.0.217", features = ["derive"] }
serde = { version = "1.0.218", features = ["derive"] }
structopt = "0.3.26"
structopt-toml = "0.5.1"

Expand Down
4 changes: 2 additions & 2 deletions example/dchat/dchatd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ simplelog = "0.12.2"
smol = "2.0.2"

# arg parsing
serde = {version = "1.0.217", features = ["derive"]}
serde = {version = "1.0.218", features = ["derive"]}
structopt = "0.3.26"
structopt-toml = "0.5.1"

# misc
async-trait = "0.1.86"
log = "0.4.25"
log = "0.4.26"
url = "2.5.4"
# ANCHOR_END: dependencies

Expand Down
4 changes: 2 additions & 2 deletions example/p2pdebug/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ rand = "0.8.5"

# Misc
clap = {version = "4.4.11", features = ["derive"]}
log = "0.4.25"
log = "0.4.26"
simplelog = "0.12.2"
fxhash = "0.2.1"
url = "2.5.4"

# Encoding and parsing
serde_json = "1.0.138"
serde_json = "1.0.139"

[lints]
workspace = true
Expand Down
Loading

0 comments on commit f5baac8

Please sign in to comment.