From 6141a9052a5b6e8054d5bcd9acbb2152b82ee081 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Mon, 18 Nov 2024 15:04:09 -0800 Subject: [PATCH] chore: update actix-ws to 0.3 (#799) --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bb92def2..be9d2d083 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,13 +318,14 @@ dependencies = [ [[package]] name = "actix-ws" -version = "0.2.5" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "535aec173810be3ca6f25dd5b4d431ae7125d62000aa3cbae1ec739921b02cf3" +checksum = "a3a1fb4f9f2794b0aadaf2ba5f14a6f034c7e86957b458c506a8cb75953f2d99" dependencies = [ "actix-codec", "actix-http", "actix-web", + "bytestring", "futures-core", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index 68e2731d1..4e9875a62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ actix-http = "3.2" actix-rt = "2.7" actix-test = "0.1" actix-web = "4.2" -actix-ws = "0.2" +actix-ws = "0.3" backtrace = "0.3" base64 = "0.22" bytes = "1.4"