Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 11 updates #3263

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
409 changes: 245 additions & 164 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hex = "0.4"
log = { workspace = true }
parking_lot = "0.12"
prometheus-client = { version = "0.23.1", optional = true }
rand = "0.8"
rand = "0.9"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["sync"] }
Expand All @@ -52,8 +52,8 @@ nimiq-vrf = { workspace = true }
nimiq-zkp = { workspace = true }

[dev-dependencies]
rand_chacha = "0.3.1"
tempfile = "3.15"
rand_chacha = "0.9.0"
tempfile = "3.16"

nimiq-tendermint = { workspace = true }
nimiq-test-log = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion bls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ byteorder = "1.5.0"
hex = "0.4"
log = { workspace = true }
parking_lot = { version = "0.12.3", optional = true }
rand = "0.8"
rand = "0.9"
serde = { version = "1.0", optional = true }
thiserror = "2.0"

Expand Down
2 changes: 1 addition & 1 deletion collections/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nimiq-serde = { workspace = true }

[dev-dependencies]
hex = "0.4"
rand = "0.8"
rand = "0.9"
serde_json = "1.0"

nimiq-test-log = { workspace = true }
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ instant = { version = "0.1", features = ["wasm-bindgen"] }
log = { workspace = true }
parking_lot = "0.12"
pin-project = "1.1"
rand = "0.8"
rand = "0.9"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["rt", "sync", "time"] }
Expand Down
2 changes: 1 addition & 1 deletion database/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pprof = { version = "0.14", features = [
"frame-pointer",
"criterion",
] }
rand = "0.8"
rand = "0.9"

[[bench]]
name = "hash_keys"
Expand Down
2 changes: 1 addition & 1 deletion handel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nimiq-time = { workspace = true }
nimiq-utils = { workspace = true, features = ["futures"] }

[dev-dependencies]
rand = "0.8"
rand = "0.9"
serde = "1.0"
tokio = { version = "1.43", features = ["rt", "time", "macros"] }

Expand Down
4 changes: 2 additions & 2 deletions keys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ ed25519-zebra = "4.0"
hex = "0.4"
itertools = "0.14"
p256 = "0.13"
rand = "0.8"
rand_core = "0.6.4"
rand = "0.9"
rand_core = "0.9.0"
serde = { version = "1.0", optional = true }
sha2 = "0.10"
thiserror = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ instant = { version = "0.1", features = ["wasm-bindgen"] }
log = { workspace = true }
log-panics = { version = "2.1", features = ["with-backtrace"], optional = true }
parking_lot = "0.12"
rand = "0.8"
rand_chacha = "0.3.1"
rand = "0.9"
rand_chacha = "0.9.0"
rustls = { version = "0.23", default-features = false, optional = true }
rustls-pemfile = "2.2"
serde = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion light-blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nimiq-vrf = { workspace = true }
nimiq-zkp = { workspace = true }

[dev-dependencies]
rand = "^0.8"
rand = "^0.9"

nimiq-blockchain = { workspace = true }
nimiq-test-utils = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion mempool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ nimiq-utils = { workspace = true, features = ["spawn", "time"] }

[dev-dependencies]
hex = "0.4"
rand = "0.8"
rand = "0.9"

nimiq-block = { workspace = true }
nimiq-blockchain = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions metrics-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ maintenance = { status = "experimental" }
workspace = true

[dependencies]
bytes = "1.9"
bytes = "1.10"
futures = { workspace = true }
http-body-util = { version = "0.1" }
hyper = { version = "1.5" }
hyper = { version = "1.6" }
hyper-util = { version = "0.1", features = ["server-auto", "tokio"] }
log = { workspace = true }
parking_lot = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion mnemonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workspace = true
[dependencies]
bitvec = "1.0"
hex = "0.4"
rand_core = "0.6.4"
rand_core = "0.9.0"
serde = "1.0"
unicode-normalization = "0.1"

Expand Down
4 changes: 2 additions & 2 deletions network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ workspace = true
[dependencies]
async-trait = "0.1"
base64 = "0.22"
bytes = "1.9"
bytes = "1.10"
futures = { workspace = true }
hex = "0.4"
instant = { version = "0.1", features = ["wasm-bindgen"] }
Expand All @@ -32,7 +32,7 @@ parking_lot = "0.12"
pin-project = "1.1"
pin-project-lite = "0.2.16"
prometheus-client = { version = "0.23.1", optional = true }
rand = "0.8"
rand = "0.9"
serde = "1.0"
sha2 = "0.10"
thiserror = "2.0"
Expand Down
2 changes: 1 addition & 1 deletion pow-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ nimiq-utils = { workspace = true, features = ["spawn"] }
nimiq-vrf = { workspace = true }
nimiq_rpc = "0.5"
percentage = "0.1"
rand = "0.8"
rand = "0.9"
serde = "1.0"
serde_derive = "1.0"
thiserror = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions primitives/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ workspace = true
hex = "0.4"
log = { workspace = true }
parking_lot = "0.12"
rand = "0.8"
rand = "0.9"
serde = "1.0"
thiserror = "2.0"

Expand All @@ -38,7 +38,7 @@ nimiq-vrf = { workspace = true }

[dev-dependencies]
hex = "0.4"
tempfile = "3.15"
tempfile = "3.16"

nimiq-genesis-builder = { workspace = true }
nimiq-test-log = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion spammer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ workspace = true
clap = { version = "4.5", features = ["derive"] }
futures = { workspace = true }
log = { workspace = true }
rand = "0.8.5"
rand = "0.9.0"
serde = "1.0"
tokio = { version = "1.43", features = ["rt-multi-thread", "time", "tracing"] }
tokio-metrics = { version = "0.4" }
Expand Down
2 changes: 1 addition & 1 deletion tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ workspace = true
[dependencies]
futures = { workspace = true }
log = { workspace = true }
rand = "0.8"
rand = "0.9"
serde = "1.0"
tokio = { version = "1.43", features = [
"macros",
Expand Down
6 changes: 3 additions & 3 deletions test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ instant = { version = "0.1", features = ["wasm-bindgen"] }
log = { workspace = true }
parking_lot = "0.12"
paste = "1.0"
rand = "0.8"
rand_chacha = "0.3.1"
rand = "0.9"
rand_chacha = "0.9.0"
serde = "1.0"
tempfile = "3.15"
tempfile = "3.16"
tokio = { version = "1.43", features = ["rt", "time", "tracing"] }
tokio-stream = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ convert_case = "0.7"
hex = "0.4"
log = { workspace = true }
quote = "1.0"
rand = "0.8"
rand = "0.9"
schemars = "0.8"
serde = "1.0"
serde_json = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion transaction-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ nimiq-transaction = { workspace = true }

[dev-dependencies]
hex = "0.4"
rand = "0.8"
rand = "0.9"

nimiq-test-log = { workspace = true }
nimiq-utils = { workspace = true, features = ["otp", "key-rng"]}
Expand Down
4 changes: 2 additions & 2 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ libp2p-identity = { version = "0.2", optional = true }
log = { workspace = true, optional = true }
parking_lot = "0.12"
pin-project = "1.1"
rand = { version = "0.8", optional = true }
rand_core = { version = "0.6", optional = true }
rand = { version = "0.9", optional = true }
rand_core = { version = "0.9", optional = true }
serde = "1.0"
thiserror = { version = "2.0", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ hashlink = "0.10"
instant = { version = "0.1", features = ["wasm-bindgen"] }
log = { workspace = true }
parking_lot = "0.12"
rand = "0.8"
rand = "0.9"
rayon = "1.10"
serde = "1.0"
tokio = { version = "1.43", features = ["rt", "time", "tracing"] }
Expand Down
2 changes: 1 addition & 1 deletion vrf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ byteorder = "1.5"
curve25519-dalek = { version = "4.1.3", features = ["digest"] }
hex = "0.4"
log = { workspace = true }
rand = "0.8"
rand = "0.9"
serde = { version = "1.0", optional = true }
sha2 = "0.10"

Expand Down
2 changes: 1 addition & 1 deletion web-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gloo-timers = { version = "0.3", features = ["futures"] }
hex = "0.4"
js-sys = "0.3"
log = { workspace = true }
rand_core = "0.6.4"
rand_core = "0.9.0"
serde = "1.0"
serde-wasm-bindgen = "0.6"
tokio = { version = "1.43", features = ["sync"] }
Expand Down
4 changes: 2 additions & 2 deletions zkp-circuits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ required-features = ["zkp-prover", "parallel", "cli"]
clap = { version = "4.5", features = ["cargo", "string", "derive"] }
hex = "0.4"
log = { workspace = true }
rand = { version = "0.8", features = ["small_rng"] }
rand_chacha = "0.3.1"
rand = { version = "0.9", features = ["small_rng"] }
rand_chacha = "0.9.0"
rayon = { version = "^1.10", optional = true }
serde = "1.0"
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions zkp-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ futures = { workspace = true }
hex = "0.4"
log = { workspace = true }
parking_lot = "0.12"
rand = "0.8"
rand = "0.9"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["macros", "rt", "sync"] }
Expand Down Expand Up @@ -66,7 +66,7 @@ nimiq-zkp-circuits = { workspace = true }
nimiq-zkp-primitives = { workspace = true }

[dev-dependencies]
tempfile = "3.15"
tempfile = "3.16"

nimiq-bls = { workspace = true }
nimiq-genesis-builder = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion zkp-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ark-serialize = "0.4"
ark-std = "0.4"
hex = "0.4"
log = { workspace = true }
rand = { version = "0.8", features = ["small_rng"] }
rand = { version = "0.9", features = ["small_rng"] }
rayon = { version = "^1.10", optional = true }
serde = { version = "1.0" }
thiserror = "2.0"
Expand Down
4 changes: 2 additions & 2 deletions zkp-primitives/pedersen-generators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ ark-mnt4-753 = "0.4"
ark-mnt6-753 = "0.4"
hex = "0.4"

rand = "0.8"
rand_chacha = "0.3.1"
rand = "0.9"
rand_chacha = "0.9.0"

nimiq-hash = { workspace = true }
nimiq-primitives = { workspace = true, features = ["policy"] }
Expand Down
4 changes: 2 additions & 2 deletions zkp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ark-std = "0.4"
log = { workspace = true }
once_cell = "1.20"
parking_lot = "0.12"
rand = { version = "0.8", features = ["small_rng"] }
rand = { version = "0.9", features = ["small_rng"] }
serde = "1.0"
serde_json = "1.0"
thiserror = "2.0"
Expand All @@ -43,7 +43,7 @@ nimiq-zkp-circuits = { workspace = true }
nimiq-zkp-primitives = { workspace = true }

[dev-dependencies]
rand_chacha = "0.3.1"
rand_chacha = "0.9.0"
tracing-subscriber = { version = "0.3" }

nimiq-log = { workspace = true }
Expand Down
Loading