Merge pull request 'Update Rust crate tokio to 1.46.1' (#65) from renovate/tokio-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-05 00:44:48 +00:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"] }
tokio = { version = "1.46.1", features = ["rt", "time", "macros", "rt-multi-thread"] }