From f522d0e700714c96ea802ec60937a390bd6dbdcd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 15 Oct 2025 00:36:28 +0000 Subject: [PATCH] Update Rust crate tokio to 1.48.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d5929c..3c07124 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,4 +32,4 @@ sha2 = "0.11.0-rc.2" base16ct = { version = "0.3.0", features = ["alloc"] } ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] } actix-ws = "0.3.0" -tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] } +tokio = { version = "1.48.0", features = ["rt", "time", "macros", "rt-multi-thread"] } -- 2.49.1