Update Rust crate tokio to 1.48.0 #106

Merged
renovate merged 1 commits from renovate/tokio-1.x into master 2025-10-15 00:36:34 +00:00

View File

@@ -32,4 +32,4 @@ sha2 = "0.11.0-rc.2"
base16ct = { version = "0.3.0", features = ["alloc"] } 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"] } ruma = { version = "0.13.0", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
actix-ws = "0.3.0" 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"] }