From 5c4d835592f948eb2f80f7aed9ad0c838300ef06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 14:26:23 +0000 Subject: [PATCH] build(deps): bump in the minor-and-patch-updates group across 1 directory 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](https://github.com/tokio-rs/tokio/compare/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] --- Cargo.lock | 26 +++++++++++++------------- blockchain/Cargo.toml | 2 +- client/Cargo.toml | 2 +- consensus/Cargo.toml | 2 +- handel/Cargo.toml | 2 +- lib/Cargo.toml | 2 +- light-blockchain/Cargo.toml | 2 +- mempool/Cargo.toml | 2 +- metrics-server/Cargo.toml | 2 +- network-interface/Cargo.toml | 2 +- network-libp2p/Cargo.toml | 4 ++-- network-mock/Cargo.toml | 2 +- pow-migration/Cargo.toml | 2 +- rpc-client/Cargo.toml | 2 +- rpc-server/Cargo.toml | 2 +- spammer/Cargo.toml | 2 +- tendermint/Cargo.toml | 4 ++-- test-log/proc-macro/Cargo.toml | 2 +- test-utils/Cargo.toml | 2 +- time/Cargo.toml | 2 +- utils/Cargo.toml | 2 +- validator-network/Cargo.toml | 2 +- validator/Cargo.toml | 4 ++-- web-client/Cargo.toml | 2 +- zkp-component/Cargo.toml | 2 +- zkp-component/zkp-test-gen/Cargo.toml | 2 +- 26 files changed, 41 insertions(+), 41 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b692718ca..f1c20ce732 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3359,13 +3359,14 @@ dependencies = [ [[package]] name = "mio" -version = "0.8.11" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" +checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" dependencies = [ + "hermit-abi 0.3.9", "libc", "wasi", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -3876,7 +3877,7 @@ dependencies = [ [[package]] name = "nimiq-jsonrpc-client" version = "0.1.0" -source = "git+https://github.com/nimiq/jsonrpc.git#0a4abc1908c94d277ffb6992a034d8e410d92fcf" +source = "git+https://github.com/nimiq/jsonrpc.git#cc98d9169199345f47caa5023f8b407a2532f440" dependencies = [ "async-stream", "async-trait", @@ -3897,7 +3898,7 @@ dependencies = [ [[package]] name = "nimiq-jsonrpc-core" version = "0.1.0" -source = "git+https://github.com/nimiq/jsonrpc.git#0a4abc1908c94d277ffb6992a034d8e410d92fcf" +source = "git+https://github.com/nimiq/jsonrpc.git#cc98d9169199345f47caa5023f8b407a2532f440" dependencies = [ "log", "serde", @@ -3908,7 +3909,7 @@ dependencies = [ [[package]] name = "nimiq-jsonrpc-derive" version = "0.1.0" -source = "git+https://github.com/nimiq/jsonrpc.git#0a4abc1908c94d277ffb6992a034d8e410d92fcf" +source = "git+https://github.com/nimiq/jsonrpc.git#cc98d9169199345f47caa5023f8b407a2532f440" dependencies = [ "darling", "heck 0.5.0", @@ -3923,7 +3924,7 @@ dependencies = [ [[package]] name = "nimiq-jsonrpc-server" version = "0.1.0" -source = "git+https://github.com/nimiq/jsonrpc.git#0a4abc1908c94d277ffb6992a034d8e410d92fcf" +source = "git+https://github.com/nimiq/jsonrpc.git#cc98d9169199345f47caa5023f8b407a2532f440" dependencies = [ "async-trait", "blake2", @@ -6864,21 +6865,20 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.38.1" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" +checksum = "9c3318c4fc7126c339a40fbc025927d0328ca32259f68bfe4321660644c1f626" dependencies = [ "backtrace", "bytes", "libc", "mio", - "num_cpus", "pin-project-lite", "signal-hook-registry", "socket2", "tokio-macros", "tracing", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] @@ -6893,9 +6893,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" +checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" dependencies = [ "proc-macro2", "quote", diff --git a/blockchain/Cargo.toml b/blockchain/Cargo.toml index b93b478f6a..c046f691b1 100644 --- a/blockchain/Cargo.toml +++ b/blockchain/Cargo.toml @@ -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"] } diff --git a/client/Cargo.toml b/client/Cargo.toml index ac89904429..7aa46fef04 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -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] diff --git a/consensus/Cargo.toml b/consensus/Cargo.toml index c29d530a18..89d1f2ed0e 100644 --- a/consensus/Cargo.toml +++ b/consensus/Cargo.toml @@ -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 } diff --git a/handel/Cargo.toml b/handel/Cargo.toml index 460adc5bd2..d3c031da75 100644 --- a/handel/Cargo.toml +++ b/handel/Cargo.toml @@ -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"] } diff --git a/lib/Cargo.toml b/lib/Cargo.toml index f5a5dd53a3..aa5e66a800 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -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 = [ diff --git a/light-blockchain/Cargo.toml b/light-blockchain/Cargo.toml index 46e53b6f1d..0feeffd8ca 100644 --- a/light-blockchain/Cargo.toml +++ b/light-blockchain/Cargo.toml @@ -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 } diff --git a/mempool/Cargo.toml b/mempool/Cargo.toml index 882caa88c9..d7018533ce 100644 --- a/mempool/Cargo.toml +++ b/mempool/Cargo.toml @@ -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"] } diff --git a/metrics-server/Cargo.toml b/metrics-server/Cargo.toml index 864537c1da..be55cec85e 100644 --- a/metrics-server/Cargo.toml +++ b/metrics-server/Cargo.toml @@ -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", diff --git a/network-interface/Cargo.toml b/network-interface/Cargo.toml index 2d74b18886..3ab6320669 100644 --- a/network-interface/Cargo.toml +++ b/network-interface/Cargo.toml @@ -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 } diff --git a/network-libp2p/Cargo.toml b/network-libp2p/Cargo.toml index 305018c6ae..0bee1c2759 100644 --- a/network-libp2p/Cargo.toml +++ b/network-libp2p/Cargo.toml @@ -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" @@ -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 } diff --git a/network-mock/Cargo.toml b/network-mock/Cargo.toml index ad41e751ca..777ef955a2 100644 --- a/network-mock/Cargo.toml +++ b/network-mock/Cargo.toml @@ -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", ] } diff --git a/pow-migration/Cargo.toml b/pow-migration/Cargo.toml index cfd718815c..0b8575c8ab 100644 --- a/pow-migration/Cargo.toml +++ b/pow-migration/Cargo.toml @@ -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", diff --git a/rpc-client/Cargo.toml b/rpc-client/Cargo.toml index 7860edb71a..26ef435b31 100644 --- a/rpc-client/Cargo.toml +++ b/rpc-client/Cargo.toml @@ -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", diff --git a/rpc-server/Cargo.toml b/rpc-server/Cargo.toml index 94815bfe9a..dbe5b7cc58 100644 --- a/rpc-server/Cargo.toml +++ b/rpc-server/Cargo.toml @@ -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 } diff --git a/spammer/Cargo.toml b/spammer/Cargo.toml index c853a77392..1972f28a10 100644 --- a/spammer/Cargo.toml +++ b/spammer/Cargo.toml @@ -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" diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index 0e92f130a3..24efa59d44 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -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", @@ -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", diff --git a/test-log/proc-macro/Cargo.toml b/test-log/proc-macro/Cargo.toml index c803976c00..04ef5a512c 100644 --- a/test-log/proc-macro/Cargo.toml +++ b/test-log/proc-macro/Cargo.toml @@ -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 } diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 9f5f52cd87..2f165c005f 100644 --- a/test-utils/Cargo.toml +++ b/test-utils/Cargo.toml @@ -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 } diff --git a/time/Cargo.toml b/time/Cargo.toml index 2b33b99ed2..13f656ae5b 100644 --- a/time/Cargo.toml +++ b/time/Cargo.toml @@ -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"] } diff --git a/utils/Cargo.toml b/utils/Cargo.toml index 484b964496..ab84221eea 100644 --- a/utils/Cargo.toml +++ b/utils/Cargo.toml @@ -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 } diff --git a/validator-network/Cargo.toml b/validator-network/Cargo.toml index 1d134cba7c..1e2f6f53c9 100644 --- a/validator-network/Cargo.toml +++ b/validator-network/Cargo.toml @@ -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 } diff --git a/validator/Cargo.toml b/validator/Cargo.toml index 2158166d35..bf9f25fccc 100644 --- a/validator/Cargo.toml +++ b/validator/Cargo.toml @@ -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"] } @@ -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" diff --git a/web-client/Cargo.toml b/web-client/Cargo.toml index 2763870a09..1093a0f4e8 100644 --- a/web-client/Cargo.toml +++ b/web-client/Cargo.toml @@ -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" diff --git a/zkp-component/Cargo.toml b/zkp-component/Cargo.toml index aa997ae295..0d0529fabe 100644 --- a/zkp-component/Cargo.toml +++ b/zkp-component/Cargo.toml @@ -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 } diff --git a/zkp-component/zkp-test-gen/Cargo.toml b/zkp-component/zkp-test-gen/Cargo.toml index 087cc433b9..33e02c5dbf 100644 --- a/zkp-component/zkp-test-gen/Cargo.toml +++ b/zkp-component/zkp-test-gen/Cargo.toml @@ -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 }