diff --git a/Cargo.lock b/Cargo.lock index 23f7f7ce..c70f76db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1863,9 +1863,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.20.1" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" +checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" 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..2370a5f7 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.3" \ No newline at end of file diff --git a/test/runner/Cargo.toml b/test/runner/Cargo.toml index 2219d03e..68833298 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.3", features = ["macros"] }