From 02c639c4f7284f2e990c4c354ff846c1f62fd9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Mar 2023 10:56:22 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.20.1 to 1.20.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.20.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.20.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 ++--- test/replica/Cargo.toml | 2 +- test/runner/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3ad5859a..635d5fd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,9 +1863,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.20.1" +version = "1.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" +checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0" dependencies = [ "autocfg", "bytes", @@ -1873,7 +1873,6 @@ dependencies = [ "memchr", "mio", "num_cpus", - "once_cell", "pin-project-lite", "socket2", "tokio-macros", diff --git a/test/replica/Cargo.toml b/test/replica/Cargo.toml index c464ca33..7bbc105b 100644 --- a/test/replica/Cargo.toml +++ b/test/replica/Cargo.toml @@ -11,4 +11,4 @@ ic-agent = "0.20" garcon = "0.2.3" reqwest = "0.11" tempfile = "3.3.0" -tokio = "1.20.1" \ No newline at end of file +tokio = "1.20.4" \ No newline at end of file diff --git a/test/runner/Cargo.toml b/test/runner/Cargo.toml index 2219d03e..766a60ab 100644 --- a/test/runner/Cargo.toml +++ b/test/runner/Cargo.toml @@ -14,4 +14,4 @@ ic-types = "0.4.0" ic-agent = "0.20.0" pico-args = "0.5" reqwest = "0.11" -tokio = { version = "1.20.1", features = ["macros"] } +tokio = { version = "1.20.4", features = ["macros"] }