From fd3533ed8c415fbef3460043779018835bb83f8d Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 5 Dec 2024 00:24:15 +0000 Subject: [PATCH] Update Rust crate tokio to v1.42.0 --- rust/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f084241..60daef1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -2156,9 +2156,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.0" +version = "1.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" dependencies = [ "backtrace", "bytes", -- 2.45.2