diff --git a/Cargo.lock b/Cargo.lock index 8950902..969fb9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,9 +1106,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index fde8aa7..2a80782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hyper = { version = "1.8", features = ["client", "http1", "server"] hyper-util = { version = "0.1", features = ["server-auto", "tokio"] } sockudo-ws = { version = "1.7" } soketto = { version = "0.8" } -tokio = { version = "1.49", features = ["macros", "rt-multi-thread", "sync"] } +tokio = { version = "1.50", features = ["macros", "rt-multi-thread", "sync"] } tokio-tungstenite = { version = "0.28" } tokio-util = { version = "0.7", features = ["compat"] } tokio-websockets = { version = "0.13", features = ["client", "fastrand", "server", "sha1_smol"] }