From f49cb5ab88db5d970d476925be074d2a0ad5fee5 Mon Sep 17 00:00:00 2001 From: Andy Leiserson Date: Tue, 3 Dec 2024 16:44:20 -0800 Subject: [PATCH] Update tokio version --- ipa-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipa-core/Cargo.toml b/ipa-core/Cargo.toml index d92e0cbd7..b70384f37 100644 --- a/ipa-core/Cargo.toml +++ b/ipa-core/Cargo.toml @@ -146,7 +146,7 @@ shuttle-crate = { package = "shuttle", version = "0.6.1", optional = true } subtle = "2.6" thiserror = "1.0" time = { version = "0.3", optional = true } -tokio = { version = "1.35", features = ["fs", "rt", "rt-multi-thread", "macros"] } +tokio = { version = "1.42", features = ["fs", "rt", "rt-multi-thread", "macros"] } tokio-rustls = { version = "0.26", optional = true } tokio-stream = "0.1.14" toml = { version = "0.8", optional = true }