Update Rust crate tokio to 1.47.1 #74

Merged
renovate merged 1 commits from renovate/tokio-1.x into master 2025-08-03 00:16:10 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -3497,9 +3497,9 @@ dependencies = [
[[package]]
name = "tokio"
version = "1.47.0"
version = "1.47.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35"
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
dependencies = [
"backtrace",
"bytes",

View File

@@ -32,4 +32,4 @@ sha2 = "0.11.0-rc.0"
base16ct = "0.2.0"
ruma = { version = "0.12.5", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls", "rand"] }
actix-ws = "0.3.0"
tokio = { version = "1.47.0", features = ["rt", "time", "macros", "rt-multi-thread"] }
tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] }