diff --git a/Cargo.lock b/Cargo.lock index e35de18c..da4a663b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1811,9 +1811,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "pin-project-lite", diff --git a/crates/criterion_compat/Cargo.toml b/crates/criterion_compat/Cargo.toml index 227d2352..a88edaaa 100644 --- a/crates/criterion_compat/Cargo.toml +++ b/crates/criterion_compat/Cargo.toml @@ -23,7 +23,7 @@ colored = "2.1.0" futures = { version = "0.3", default-features = false, optional = true } smol = { version = "2.0", default-features = false, optional = true } -tokio = { version = "1.39", default-features = false, features = [ +tokio = { version = "1.44", default-features = false, features = [ "rt", ], optional = true } async-std = { version = "1.12", optional = true } diff --git a/crates/criterion_compat/criterion_fork/Cargo.toml b/crates/criterion_compat/criterion_fork/Cargo.toml index debf1c24..d644a89f 100644 --- a/crates/criterion_compat/criterion_fork/Cargo.toml +++ b/crates/criterion_compat/criterion_fork/Cargo.toml @@ -40,7 +40,7 @@ rayon = { version = "1.3", optional = true } csv = { version = "1.1", optional = true } futures = { version = "0.3", default-features = false, optional = true } smol = { version = "1.2", default-features = false, optional = true } -tokio = { version = "1.0", default-features = false, features = [ +tokio = { version = "1.44", default-features = false, features = [ "rt", ], optional = true } async-std = { version = "1.9", optional = true }