diff --git a/Cargo.lock b/Cargo.lock index 096d153..f919b66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,9 +875,9 @@ dependencies = [ [[package]] name = "tokio-websockets" -version = "0.11.4" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e" +checksum = "3f29ba084eb43becc9864ba514b4a64f5f65b82f9a6ffbafa5436c1c80605f03" dependencies = [ "base64 0.22.1", "bytes", @@ -1113,7 +1113,7 @@ dependencies = [ [[package]] name = "websocket-benchmark" -version = "0.1.0" +version = "0.1.1" dependencies = [ "color-eyre", "futures", diff --git a/Cargo.toml b/Cargo.toml index 2912206..a9c0b00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ soketto = { version = "0.8" } tokio = { version = "1.45", features = ["macros", "rt-multi-thread", "sync"] } tokio-tungstenite = { version = "0.26" } tokio-util = { version = "0.7", features = ["compat"] } -tokio-websockets = { version = "0.11", features = ["client", "fastrand", "server", "sha1_smol"] } +tokio-websockets = { version = "0.12", features = ["client", "fastrand", "server", "sha1_smol"] } ws-tool = { version = "0.11", features = ["async"] }