Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch-cargo-updates group across 1 di…
Browse files Browse the repository at this point in the history
…rectory with 6 updates

Bumps the minor-and-patch-cargo-updates group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` |
| [rand_chacha](https://github.com/rust-random/rand) | `0.3.1` | `0.9.0` |
| [tempfile](https://github.com/Stebalien/tempfile) | `3.15.0` | `3.16.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.137` | `1.0.138` |
| [rand_core](https://github.com/rust-random/rand) | `0.6.4` | `0.9.0` |
| [hyper](https://github.com/hyperium/hyper) | `1.5.2` | `1.6.0` |



Updates `rand` from 0.8.5 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@0.8.5...0.9.0)

Updates `rand_chacha` from 0.3.1 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_chacha-0.3.1...0.9.0)

Updates `tempfile` from 3.15.0 to 3.16.0
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.15.0...v3.16.0)

Updates `serde_json` from 1.0.137 to 1.0.138
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.137...v1.0.138)

Updates `rand_core` from 0.6.4 to 0.9.0
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](rust-random/rand@rand_core-0.6.4...0.9.0)

Updates `hyper` from 1.5.2 to 1.6.0
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](hyperium/hyper@v1.5.2...v1.6.0)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: rand_chacha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: rand_core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 30, 2025
1 parent 72cd684 commit 3c29d40
Show file tree
Hide file tree
Showing 30 changed files with 223 additions and 142 deletions.
283 changes: 182 additions & 101 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
2 changes: 1 addition & 1 deletion metrics-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ workspace = true
bytes = "1.9"
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
2 changes: 1 addition & 1 deletion network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3c29d40

Please sign in to comment.