diff --git a/Cargo.lock b/Cargo.lock index 7089022..d4f0626 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 172ff5a..4444bdd 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.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"] } \ No newline at end of file +tokio = { version = "1.47.1", features = ["rt", "time", "macros", "rt-multi-thread"] } \ No newline at end of file