From 9ed042812f54e4bb9b7f35fe86777fa650354de2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:48:08 +0200 Subject: [PATCH] Bump tokio from 1.25.0 to 1.26.0 (#847) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- codegen/Cargo.toml | 2 +- examples/Cargo.toml | 2 +- subxt/Cargo.toml | 2 +- testing/integration-tests/Cargo.toml | 2 +- testing/test-runtime/Cargo.toml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 722683be55..f9febd3c1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3628,9 +3628,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.25.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" +checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" dependencies = [ "autocfg", "bytes", @@ -3641,7 +3641,7 @@ dependencies = [ "pin-project-lite", "socket2", "tokio-macros", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 5198f30b68..84e6080c3d 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -40,4 +40,4 @@ syn = "1.0.109" # communicate with the substrate nodes jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] } # async runtime -tokio = { version = "1.25", features = ["rt-multi-thread", "macros", "time"] } +tokio = { version = "1.26", features = ["rt-multi-thread", "macros", "time"] } diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 0db3d068b8..a6454abee5 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -24,7 +24,7 @@ scale-info = "2.0.0" subxt-metadata = { version = "0.27.1", path = "../metadata" } jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport", "http-client"] } hex = "0.4.3" -tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.26", features = ["macros", "rt-multi-thread"] } thiserror = "1.0.24" [dev-dependencies] diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 941ff47d9b..7f0798dcd6 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -14,7 +14,7 @@ description = "Subxt example usage" [dev-dependencies] subxt = { path = "../subxt" } -tokio = { version = "1.25", features = ["rt-multi-thread", "macros", "time"] } +tokio = { version = "1.26", features = ["rt-multi-thread", "macros", "time"] } sp-keyring = "20.0.0" futures = "0.3.26" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] } diff --git a/subxt/Cargo.toml b/subxt/Cargo.toml index 53148d203c..dbafb5d42a 100644 --- a/subxt/Cargo.toml +++ b/subxt/Cargo.toml @@ -74,7 +74,7 @@ getrandom = { version = "0.2", features = ["js"] } bitvec = "1" codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive", "full", "bit-vec"] } scale-info = { version = "2.0.0", features = ["bit-vec"] } -tokio = { version = "1.25", features = ["macros", "time", "rt-multi-thread"] } +tokio = { version = "1.26", features = ["macros", "time", "rt-multi-thread"] } sp-core = { version = "18.0.0", default-features = false } sp-runtime = "20.0.0" sp-keyring = "20.0.0" diff --git a/testing/integration-tests/Cargo.toml b/testing/integration-tests/Cargo.toml index 42562c063e..29a1863e4b 100644 --- a/testing/integration-tests/Cargo.toml +++ b/testing/integration-tests/Cargo.toml @@ -30,7 +30,7 @@ syn = "1.0.109" subxt = { version = "0.27.1", path = "../../subxt" } subxt-codegen = { version = "0.27.1", path = "../../codegen" } test-runtime = { path = "../test-runtime" } -tokio = { version = "1.25", features = ["macros", "time"] } +tokio = { version = "1.26", features = ["macros", "time"] } tracing = "0.1.34" tracing-subscriber = "0.3.11" wabt = "0.10.0" diff --git a/testing/test-runtime/Cargo.toml b/testing/test-runtime/Cargo.toml index 3ce413b843..77312e2e9c 100644 --- a/testing/test-runtime/Cargo.toml +++ b/testing/test-runtime/Cargo.toml @@ -11,6 +11,6 @@ codec = { package = "parity-scale-codec", version = "3.0.0", default-features = [build-dependencies] subxt = { path = "../../subxt" } -tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.26", features = ["macros", "rt-multi-thread"] } which = "4.4.0" jsonrpsee = { version = "0.16.0", features = ["async-client", "client-ws-transport"] }