Skip to content

Commit

Permalink
build(deps): bump in the minor-and-patch-updates group across 1 direc…
Browse files Browse the repository at this point in the history
…tory with 4 updates

Bumps the minor-and-patch-updates group with 5 updates: [tokio](https://github.com/tokio-rs/tokio), [nimiq-jsonrpc-server](https://github.com/nimiq/jsonrpc), [nimiq-jsonrpc-derive](https://github.com/nimiq/jsonrpc), [nimiq-jsonrpc-client](https://github.com/nimiq/jsonrpc), [nimiq-jsonrpc-core](https://github.com/nimiq/jsonrpc).

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

Updates `nimiq-jsonrpc-server` from `0a4abc1` to `cc98d91`
- [Commits](nimiq/jsonrpc@0a4abc1...cc98d91)

Updates `nimiq-jsonrpc-derive` from `0a4abc1` to `cc98d91`
- [Commits](nimiq/jsonrpc@0a4abc1...cc98d91)

Updates `nimiq-jsonrpc-client` from `0a4abc1` to `cc98d91`
- [Commits](nimiq/jsonrpc@0a4abc1...cc98d91)

Updates `nimiq-jsonrpc-core` from `0a4abc1` to `cc98d91`
- [Commits](nimiq/jsonrpc@0a4abc1...cc98d91)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch-updates
- dependency-name: nimiq-jsonrpc-server
  dependency-type: direct:production
  dependency-group: minor-and-patch-updates
- dependency-name: nimiq-jsonrpc-derive
  dependency-type: direct:production
  dependency-group: minor-and-patch-updates
- dependency-name: nimiq-jsonrpc-client
  dependency-type: direct:production
  dependency-group: minor-and-patch-updates
- dependency-name: nimiq-jsonrpc-core
  dependency-type: direct:production
  dependency-group: minor-and-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jsdanielh committed Jul 24, 2024
1 parent 4d1a628 commit 5c4d835
Show file tree
Hide file tree
Showing 26 changed files with 41 additions and 41 deletions.
26 changes: 13 additions & 13 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.38", features = ["sync"] }
tokio = { version = "1.39", 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.38", features = ["macros", "rt-multi-thread", "time", "tracing"] }
tokio = { version = "1.39", features = ["macros", "rt-multi-thread", "time", "tracing"] }
tokio-metrics = "0.3"

[dependencies.nimiq]
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.38", features = ["rt", "sync", "time"] }
tokio = { version = "1.39", 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 @@ -35,5 +35,5 @@ nimiq-network-interface = { workspace = true }
nimiq-network-mock = { workspace = true }
nimiq-test-log = { workspace = true }

tokio = { version = "1.38", features = ["rt", "time", "macros"] }
tokio = { version = "1.39", features = ["rt", "time", "macros"] }
nimiq-utils = { workspace = true, features = ["spawn"] }
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ signal-hook = { version = "0.3", optional = true }
subtle = "2.6"
thiserror = "1.0"
time = { version = "0.3", optional = true }
tokio = { version = "1.38", features = ["rt"], optional = true }
tokio = { version = "1.39", 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.38", features = ["sync"] }
tokio = { version = "1.39", 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.38", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
tokio = { version = "1.39", features = ["rt", "rt-multi-thread", "sync", "tracing"] }
tokio-metrics = "0.3"
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.22.3"
tokio = { version = "1.38", features = [
tokio = { version = "1.39", 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.38", features = ["rt"] }
tokio = { version = "1.39", 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 @@ -37,7 +37,7 @@ rand = "0.8"
serde = "1.0"
sha2 = "0.10"
thiserror = "1.0"
tokio = { version = "1.38", features = ["macros", "rt", "tracing"] }
tokio = { version = "1.39", features = ["macros", "rt", "tracing"] }
tokio-stream = "0.1"
unsigned-varint = "0.8"
void = "1.0"
Expand Down Expand Up @@ -87,7 +87,7 @@ libp2p = { version = "0.53.2", default-features = false, features = [

[dev-dependencies]
# In dev/testing we require more tokio features
tokio = { version = "1.38", features = ["macros", "rt", "rt-multi-thread", "test-util", "time", "tracing"] }
tokio = { version = "1.39", 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.38", features = [
tokio = { version = "1.39", 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 @@ -57,7 +57,7 @@ serde = "1.0"
serde_derive = "1.0"
thiserror = "1.0"
time = "0.3"
tokio = { version = "1.38", features = [
tokio = { version = "1.39", 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.38", features = [
tokio = { version = "1.39", 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.38"
tokio = "1.39"
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.38", features = ["rt-multi-thread", "time", "tracing"] }
tokio = { version = "1.39", 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.38", features = [
tokio = { version = "1.39", 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.38", features = [
tokio = { version = "1.39", 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.38", features = ["macros", "rt"] }
tokio = { version = "1.39", 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 @@ -34,7 +34,7 @@ rand = "0.8"
rand_chacha = "0.3.1"
serde = "1.0"
tempfile = "3.10"
tokio = { version = "1.38", features = ["rt", "time", "tracing"] }
tokio = { version = "1.39", features = ["rt", "time", "tracing"] }
tokio-stream = "0.1"

nimiq-account = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion time/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ workspace = true
futures = "0.3"
gloo-timers = { version = "0.3", features = ["futures"] }
send_wrapper = { version = "0.6", features = ["futures"] }
tokio = { version = "1.38", features = ["time"] }
tokio = { version = "1.39", 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 @@ -37,7 +37,7 @@ nimiq-hash = { workspace = true, optional = true }
nimiq-serde = { workspace = true }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
tokio = { version = "1.38.1", optional = true }
tokio = { version = "1.39.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.38", features = ["rt"] }
tokio = { version = "1.39", 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.38", features = ["rt", "time", "tracing"] }
tokio = { version = "1.39", features = ["rt", "time", "tracing"] }
tokio-metrics = "0.3"
tokio-stream = { version = "0.1", features = ["sync"] }

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

[dev-dependencies]
hex = "0.4"
tokio = { version = "1.38", features = ["rt", "test-util", "time", "tracing"] }
tokio = { version = "1.39", 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.38", features = ["sync"] }
tokio = { version = "1.39", 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.38", features = ["macros", "rt", "sync"] }
tokio = { version = "1.39", 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-test-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hex = "0.4"
log = { workspace = true }
parking_lot = "0.12"
serde = "1.0"
tokio = { version = "1.38", features = ["macros", "rt", "sync"] }
tokio = { version = "1.39", features = ["macros", "rt", "sync"] }
tracing-subscriber = { version = "0.3" }

nimiq-block = { workspace = true }
Expand Down

0 comments on commit 5c4d835

Please sign in to comment.