Skip to content

Commit

Permalink
build(deps): bump the minor-and-patch-cargo-updates group with 4 upda…
Browse files Browse the repository at this point in the history
…tes (#2995)

Bumps the minor-and-patch-cargo-updates group with 4 updates: [serde](https://github.com/serde-rs/serde), [tokio](https://github.com/tokio-rs/tokio), [bytes](https://github.com/tokio-rs/bytes) and [serde_derive](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.210 to 1.0.211
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.211)

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

Updates `bytes` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/tokio-rs/bytes/releases)
- [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/bytes@v1.7.2...v1.8.0)

Updates `serde_derive` from 1.0.210 to 1.0.211
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.211)

---
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: bytes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2024
1 parent f54d63b commit 1ca95c2
Show file tree
Hide file tree
Showing 26 changed files with 38 additions and 38 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

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.22.3", optional = true }
rand = "0.8"
serde = "1.0"
thiserror = "1.0"
tokio = { version = "1.40", features = ["sync"] }
tokio = { version = "1.41", 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.40", features = ["macros", "rt-multi-thread", "time", "tracing"] }
tokio = { version = "1.41", features = ["macros", "rt-multi-thread", "time", "tracing"] }
tokio-metrics = "0.3"

nimiq-utils = { workspace = true, features = ["spawn"] }
Expand Down
2 changes: 1 addition & 1 deletion consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pin-project = "1.1"
rand = "0.8"
serde = "1.0"
thiserror = "1.0"
tokio = { version = "1.40", features = ["rt", "sync", "time"] }
tokio = { version = "1.41", 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 handel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ nimiq-utils = { workspace = true, features = ["futures"] }
[dev-dependencies]
rand = "0.8"
serde = "1.0"
tokio = { version = "1.40", features = ["rt", "time", "macros"] }
tokio = { version = "1.41", features = ["rt", "time", "macros"] }

nimiq-network-interface = { workspace = true }
nimiq-network-mock = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ signal-hook = { version = "0.3", optional = true }
subtle = "2.6"
thiserror = "1.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.40", features = ["rt"], optional = true }
tokio = { version = "1.41", features = ["rt"], optional = true }
toml = "0.8"
tracing-loki = { version = "0.2.5", optional = true }
tracing-subscriber = { version = "0.3", optional = 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 = "1.0"
tokio = { version = "1.40", features = ["sync"] }
tokio = { version = "1.41", 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.22.3", optional = true }
serde = "1.0"
thiserror = "1.0"
tokio = { version = "1.40", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
tokio = { version = "1.41", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
tokio-metrics = "0.3"
tokio-stream = { version = "0.1", features = ["sync"] }

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,15 +20,15 @@ maintenance = { status = "experimental" }
workspace = true

[dependencies]
bytes = "1.7"
bytes = "1.8"
futures = "0.3"
http-body-util = { version = "0.1" }
hyper = { version = "1.5" }
hyper-util = { version = "0.1", features = ["server-auto", "tokio"] }
log = { workspace = true }
parking_lot = "0.12"
prometheus-client = "0.22.3"
tokio = { version = "1.40", features = [
tokio = { version = "1.41", 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 = "1.0"
tokio = { version = "1.40", features = ["rt"] }
tokio = { version = "1.41", features = ["rt"] }
tokio-stream = { version = "0.1", features = ["default", "sync"] }

nimiq-serde = { workspace = true }
Expand Down
6 changes: 3 additions & 3 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.7"
bytes = "1.8"
futures = { workspace = true }
futures-timer = "3.0"
hex = "0.4"
Expand All @@ -37,7 +37,7 @@ rand = "0.8"
serde = "1.0"
sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "1.40", features = ["macros", "rt", "tracing"] }
tokio = { version = "1.41", features = ["macros", "rt", "tracing"] }
tokio-stream = "0.1"
unsigned-varint = "0.8"
void = "1.0"
Expand Down Expand Up @@ -86,7 +86,7 @@ libp2p = { version = "0.54", default-features = false, features = [

[dev-dependencies]
# In dev/testing we require more tokio features
tokio = { version = "1.40", features = ["macros", "rt", "rt-multi-thread", "test-util", "time", "tracing"] }
tokio = { version = "1.41", 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 = "1.0"
tokio = { version = "1.40", features = [
tokio = { version = "1.41", 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 @@ -58,7 +58,7 @@ serde = "1.0"
serde_derive = "1.0"
thiserror = "1.0"
time = "0.3"
tokio = { version = "1.40", features = [
tokio = { version = "1.41", 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.40", features = [
tokio = { version = "1.41", 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 = "1.0"
tokio = "1.40"
tokio = "1.41"
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.40", features = ["rt-multi-thread", "time", "tracing"] }
tokio = { version = "1.41", features = ["rt-multi-thread", "time", "tracing"] }
tokio-metrics = { version = "0.3" }
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.40", features = [
tokio = { version = "1.41", 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.40", features = [
tokio = { version = "1.41", 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.40", features = ["macros", "rt"] }
tokio = { version = "1.41", 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 @@ -41,7 +41,7 @@ rand = "0.8"
rand_chacha = "0.3.1"
serde = "1.0"
tempfile = "3.13"
tokio = { version = "1.40", features = ["rt", "time", "tracing"] }
tokio = { version = "1.41", 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 @@ -18,5 +18,5 @@ futures = "0.3"
gloo-timers = { version = "0.3", features = ["futures"] }
instant = { version = "0.1", features = ["wasm-bindgen"] }
send_wrapper = { version = "0.6", features = ["futures"] }
tokio = { version = "1.40", features = ["time"] }
tokio = { version = "1.41", 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 @@ -38,7 +38,7 @@ nimiq-hash = { workspace = true, optional = true }
nimiq-serde = { workspace = true }

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

Expand Down
2 changes: 1 addition & 1 deletion 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 = "1.0"
time = { version = "0.3" }
tokio = { version = "1.40", features = ["rt"] }
tokio = { version = "1.41", features = ["rt"] }

nimiq-bls = { workspace = true, features = ["lazy", "serde-derive"] }
nimiq-network-interface = { workspace = true }
Expand Down
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.40", features = ["rt", "time", "tracing"] }
tokio = { version = "1.41", features = ["rt", "time", "tracing"] }
tokio-metrics = "0.3"
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.40", features = ["rt", "test-util", "time", "tracing"] }
tokio = { version = "1.41", 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 @@ -29,7 +29,7 @@ js-sys = "0.3"
log = { workspace = true }
serde = "1.0"
serde-wasm-bindgen = "0.6"
tokio = { version = "1.40", features = ["sync"] }
tokio = { version = "1.41", 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 = "1.0"
tokio = { version = "1.40", features = ["macros", "rt", "sync"] }
tokio = { version = "1.41", 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.40", features = ["macros", "rt", "sync"] }
tokio = { version = "1.41", features = ["macros", "rt", "sync"] }
tracing-subscriber = { version = "0.3" }

nimiq-block = { workspace = true }
Expand Down

0 comments on commit 1ca95c2

Please sign in to comment.