diff --git a/Cargo.lock b/Cargo.lock index 22935a1..92cb1df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2958,9 +2958,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.52.3" +version = "1.53.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" +checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 1350c75..050f35d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ regex = "1.12.3" ruma = { version = "0.15", features = ["events"] } serde = { version = "1.0.228", features = ["derive"] } thiserror = "2.0.18" -tokio = "1.52.3" +tokio = "1.53.1" tracing = "0.1.44"