From 47337dc1409f0f7c270be0014358bf8972c23568 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Jul 2025 00:09:10 +0000 Subject: [PATCH] Update Rust crate tokio to 1.46.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc507b5..b40f50f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3487,9 +3487,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.46.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index e5af710..c315be0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,4 +32,4 @@ sha2 = "0.11.0-rc.0" base16ct = "0.2.0" ruma = { version = "0.12.3", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } actix-ws = "0.3.0" -tokio = { version = "1.46.0", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file +tokio = { version = "1.46.1", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file