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 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [serde](https://github.com/serde-rs/serde) | `1.0.218` | `1.0.219` |
| [tokio](https://github.com/tokio-rs/tokio) | `1.43.0` | `1.44.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.99` | `2.0.100` |
| [afl](https://github.com/rust-fuzz/afl.rs) | `0.15.15` | `0.15.16` |
| [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.16` | `0.11.17` |



Updates `serde` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.218...v1.0.219)

Updates `tokio` from 1.43.0 to 1.44.0
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.43.0...tokio-1.44.0)

Updates `syn` from 2.0.99 to 2.0.100
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.99...2.0.100)

Updates `afl` from 0.15.15 to 0.15.16
- [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md)
- [Commits](https://github.com/rust-fuzz/afl.rs/commits)

Updates `serde_derive` from 1.0.218 to 1.0.219
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.218...v1.0.219)

Updates `serde_bytes` from 0.11.16 to 0.11.17
- [Release notes](https://github.com/serde-rs/bytes/releases)
- [Commits](serde-rs/bytes@0.11.16...0.11.17)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: afl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_derive
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
- dependency-name: serde_bytes
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch-cargo-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 10, 2025
1 parent 574272a commit 0853760
Show file tree
Hide file tree
Showing 27 changed files with 95 additions and 95 deletions.
126 changes: 63 additions & 63 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ prometheus-client = { version = "0.23.1", optional = true }
rand = "0.8"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["sync"] }
tokio = { version = "1.44", features = ["sync"] }
tokio-stream = { version = "0.1", features = ["sync"] }

nimiq-account = { workspace = true, features = ["accounts"] }
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ workspace = true
[dependencies]
futures = { workspace = true }
log = { workspace = true }
tokio = { version = "1.43", features = ["macros", "rt-multi-thread", "time", "tracing"] }
tokio = { version = "1.44", features = ["macros", "rt-multi-thread", "time", "tracing"] }
tokio-metrics = "0.4"

nimiq-time = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pin-project = "1.1"
rand = "0.8"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["rt", "sync", "time"] }
tokio = { version = "1.44", features = ["rt", "sync", "time"] }
tokio-stream = { version = "0.1", features = ["sync"] }

nimiq-account = { workspace = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords.workspace = true
workspace = true

[dependencies]
afl = { version = "0.15.15", optional = true }
afl = { version = "0.15.16", optional = true }

nimiq-collections = { workspace = true }
nimiq-primitives = { workspace = true, features = ["key-nibbles", "serde-derive", "trie"] }
Expand Down
4 changes: 2 additions & 2 deletions handel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ log = { workspace = true }
instant = { version = "0.1", features = ["wasm-bindgen"] }
parking_lot = "0.12"
thiserror = "2.0"
tokio = { version = "1.43", features = ["rt"] }
tokio = { version = "1.44", features = ["rt"] }

nimiq-bls = { workspace = true }
nimiq-collections = { workspace = true }
Expand All @@ -33,7 +33,7 @@ nimiq-utils = { workspace = true, features = ["futures"] }
[dev-dependencies]
rand = "0.8"
serde = "1.0"
tokio = { version = "1.43", features = ["rt", "time", "macros"] }
tokio = { version = "1.44", features = ["rt", "time", "macros"] }

nimiq-network-interface = { workspace = true }
nimiq-network-mock = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ signal-hook = { version = "0.3", optional = true }
subtle = "2.6"
thiserror = "2.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.43", features = ["rt"], optional = true }
tokio = { version = "1.44", features = ["rt"], optional = true }
toml = "0.8"
tracing-loki = { version = "0.2.6", optional = true }
tracing-subscriber = { version = "0.3", optional = true, features = [
Expand Down Expand Up @@ -102,7 +102,7 @@ nimiq-zkp-component = { workspace = true }
nimiq-zkp-primitives = { workspace = true }

[dev-dependencies]
tokio = { version = "1.43", features = ["macros"] }
tokio = { version = "1.44", features = ["macros"] }
nimiq-test-log = { workspace = true }

[features]
Expand Down
2 changes: 1 addition & 1 deletion light-blockchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = { workspace = true }
log = { workspace = true }
parking_lot = "0.12"
thiserror = "2.0"
tokio = { version = "1.43", features = ["sync"] }
tokio = { version = "1.44", features = ["sync"] }
tokio-stream = { version = "0.1", features = ["sync"] }

nimiq-block = { 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 @@ -28,7 +28,7 @@ parking_lot = "0.12"
prometheus-client = { version = "0.23.1", optional = true }
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
tokio = { version = "1.44", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
tokio-metrics = "0.4"
tokio-stream = { version = "0.1", features = ["sync"] }

Expand Down
2 changes: 1 addition & 1 deletion metrics-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ hyper-util = { version = "0.1", features = ["server-auto", "tokio"] }
log = { workspace = true }
parking_lot = "0.12"
prometheus-client = "0.23.1"
tokio = { version = "1.43", features = [
tokio = { version = "1.44", features = [
"macros",
"net",
"rt-multi-thread",
Expand Down
2 changes: 1 addition & 1 deletion network-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = { workspace = true }
multiaddr = "0.18"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["rt"] }
tokio = { version = "1.44", features = ["rt"] }
tokio-stream = { version = "0.1", features = ["default", "sync"] }

nimiq-serde = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rand = "0.8"
serde = "1.0"
sha2 = "0.10"
thiserror = "2.0"
tokio = { version = "1.43", features = ["macros", "rt", "tracing"] }
tokio = { version = "1.44", features = ["macros", "rt", "tracing"] }
tokio-stream = "0.1"
unsigned-varint = "0.8"
void = "1.0"
Expand Down Expand Up @@ -85,7 +85,7 @@ libp2p = { version = "0.54", default-features = false, features = [

[dev-dependencies]
# In dev/testing we require more tokio features
tokio = { version = "1.43", features = ["macros", "rt", "rt-multi-thread", "test-util", "time", "tracing"] }
tokio = { version = "1.44", features = ["macros", "rt", "rt-multi-thread", "test-util", "time", "tracing"] }

nimiq-test-log = { workspace = true }
nimiq-test-utils = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion network-mock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ log = { workspace = true }
parking_lot = "0.12"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = [
tokio = { version = "1.44", features = [
"rt",
"sync",
] }
Expand Down
2 changes: 1 addition & 1 deletion pow-migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ serde = "1.0"
serde_derive = "1.0"
thiserror = "2.0"
time = "0.3"
tokio = { version = "1.43", features = [
tokio = { version = "1.44", features = [
"macros",
"rt-multi-thread",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion rpc-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ anyhow = "1.0"
clap = { version = "4.5", features = ["derive"] }
dotenvy = "0.15"
futures = { workspace = true }
tokio = { version = "1.43", features = [
tokio = { version = "1.44", features = [
"macros",
"rt-multi-thread",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion rpc-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parking_lot = "0.12"
serde = "1.0"
serde_json = "1.0"
thiserror = "2.0"
tokio = "1.43"
tokio = "1.44"
tokio-stream = "0.1"

nimiq-account = { 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 @@ -26,7 +26,7 @@ futures = { workspace = true }
log = { workspace = true }
rand = "0.8.5"
serde = "1.0"
tokio = { version = "1.43", features = ["rt-multi-thread", "time", "tracing"] }
tokio = { version = "1.44", features = ["rt-multi-thread", "time", "tracing"] }
tokio-metrics = { version = "0.4" }
toml = "0.8"

Expand Down
4 changes: 2 additions & 2 deletions tendermint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ futures = { workspace = true }
log = { workspace = true }
rand = "0.8"
serde = "1.0"
tokio = { version = "1.43", features = [
tokio = { version = "1.44", features = [
"macros",
"rt-multi-thread",
"tracing",
Expand All @@ -31,7 +31,7 @@ nimiq-time = { workspace = true }

[dev-dependencies]
nimiq-test-log = { workspace = true }
tokio = { version = "1.43", features = [
tokio = { version = "1.44", features = [
"macros",
"rt-multi-thread",
"tracing",
Expand Down
2 changes: 1 addition & 1 deletion test-log/proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ quote = "1.0"
syn = { version = "2.0", features = ["full"] }

[dev-dependencies]
tokio = { version = "1.43", features = ["macros", "rt"] }
tokio = { version = "1.44", features = ["macros", "rt"] }

nimiq-test-log = { workspace = true }
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ rand = "0.8"
rand_chacha = "0.3.1"
serde = "1.0"
tempfile = "3.18"
tokio = { version = "1.43", features = ["rt", "time", "tracing"] }
tokio = { version = "1.44", features = ["rt", "time", "tracing"] }
tokio-stream = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ gloo-timers = { version = "0.3", features = ["futures"] }
instant = { version = "0.1", features = ["wasm-bindgen"] }
pin-project-lite = "0.2.16"
send_wrapper = { version = "0.6", features = ["futures"] }
tokio = { version = "1.43", features = ["time"] }
tokio = { version = "1.44", features = ["time"] }
tokio-stream = { version = "0.1", features = ["time"] }
2 changes: 1 addition & 1 deletion utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ nimiq-hash = { workspace = true, optional = true }
nimiq-serde = { workspace = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
tokio = { version = "1.43.0", optional = true }
tokio = { version = "1.44.0", optional = true }
[target.'cfg(target_family = "wasm")'.dependencies]
wasm-bindgen-futures = { version = "0.4", optional = true }

Expand Down
4 changes: 2 additions & 2 deletions validator-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ parking_lot = "0.12"
serde = "1.0"
thiserror = "2.0"
time = { version = "0.3" }
tokio = { version = "1.43", features = ["rt"] }
tokio = { version = "1.44", features = ["rt"] }

nimiq-keys = { workspace = true, features = ["serde-derive"] }
nimiq-network-interface = { workspace = true }
Expand All @@ -37,4 +37,4 @@ nimiq-utils = { workspace = true, features = ["futures", "spawn", "tagged-signin
url = "2.5.4"

[dev-dependencies]
tokio = { version = "1.43", features = ["macros"] }
tokio = { version = "1.44", features = ["macros"] }
4 changes: 2 additions & 2 deletions validator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parking_lot = "0.12"
rand = "0.8"
rayon = "1.10"
serde = "1.0"
tokio = { version = "1.43", features = ["rt", "time", "tracing"] }
tokio = { version = "1.44", features = ["rt", "time", "tracing"] }
tokio-metrics = "0.4"
tokio-stream = { version = "0.1", features = ["sync"] }

Expand Down Expand Up @@ -60,7 +60,7 @@ nimiq-vrf = { workspace = true }

[dev-dependencies]
hex = "0.4"
tokio = { version = "1.43", features = ["rt", "test-util", "time", "tracing"] }
tokio = { version = "1.44", features = ["rt", "test-util", "time", "tracing"] }
tracing-core = "0.1"
tracing-subscriber = "0.3"

Expand Down
2 changes: 1 addition & 1 deletion web-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = "1.0"
serde_bytes = "0.11"
serde_json = "1.0"
serde-wasm-bindgen = "0.6"
tokio = { version = "1.43", features = ["sync"] }
tokio = { version = "1.44", features = ["sync"] }
tsify = { git = "https://github.com/sisou/tsify", branch = "sisou/comments", default-features = false, features = ["js"] }
wasm-bindgen = "0.2"
wasm-bindgen-futures = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion zkp-component/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ parking_lot = "0.12"
rand = "0.8"
serde = "1.0"
thiserror = "2.0"
tokio = { version = "1.43", features = ["macros", "rt", "sync"] }
tokio = { version = "1.44", features = ["macros", "rt", "sync"] }
tokio-stream = { version = "0.1", features = ["sync"] }
tracing-subscriber = { version = "0.3", optional = true }

Expand Down
2 changes: 1 addition & 1 deletion zkp-component/zkp-prove/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ hex = "0.4"
log = { workspace = true }
parking_lot = "0.12"
serde = "1.0"
tokio = { version = "1.43", features = ["macros", "rt", "sync"] }
tokio = { version = "1.44", features = ["macros", "rt", "sync"] }
tracing-subscriber = { version = "0.3" }

nimiq-block = { workspace = true }
Expand Down

0 comments on commit 0853760

Please sign in to comment.