From 7828a89992d04353d007f77f9639d6479d707a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 08:10:07 +0100 Subject: [PATCH] Bump tokio from 1.23.0 to 1.23.1 (#427) Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.23.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.23.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- examples/Cargo.toml | 2 +- testing/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5c3c3e33..23d5e56e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5369,9 +5369,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8" dependencies = [ "autocfg", "libc", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 253186d84..40c28f0f7 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -9,7 +9,7 @@ codec = { package = "parity-scale-codec", version = "3.2", features = ['derive'] env_logger = "0.10.0" log = { version = "0.4.14" } serde_json = { version = "1.0.79" } -tokio = { version = "1.16", features = ["rt-multi-thread", "macros", "time"] } +tokio = { version = "1.23", features = ["rt-multi-thread", "macros", "time"] } wabt = "0.10.0" # Substrate dependencies diff --git a/testing/Cargo.toml b/testing/Cargo.toml index 1c17846c5..7ef7e0c91 100644 --- a/testing/Cargo.toml +++ b/testing/Cargo.toml @@ -10,7 +10,7 @@ codec = { package = "parity-scale-codec", version = "3.0.0", features = [ 'derive', ] } serde_json = { version = "1.0.79" } -tokio = { version = "1.16", features = ["rt-multi-thread", "macros", "time"] } +tokio = { version = "1.23", features = ["rt-multi-thread", "macros", "time"] } wabt = "0.10.0" # Substrate dependencies