From 9d15dc353ad98ab84b5ae6a9bd856e9aa60d7022 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Mon, 2 Sep 2024 17:52:13 +0000 Subject: [PATCH] Hold back tokio 1.40.0 since it triggers a bug in our CI. --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23e2a6bc..b87b8b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3133,9 +3133,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.40.0" +version = "1.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" +checksum = "9c3318c4fc7126c339a40fbc025927d0328ca32259f68bfe4321660644c1f626" dependencies = [ "backtrace", "bytes",