From f121ce759421fed79ad5531c9c5065693fbccf90 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Tue, 21 May 2024 18:48:13 +0200 Subject: [PATCH] Update ewebsock to 0.6.0 This fixes a bug where we did not properly sever the websocket connection * https://github.com/rerun-io/ewebsock/pull/33 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5e20855802c..1cca050337a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1952,9 +1952,9 @@ dependencies = [ [[package]] name = "ewebsock" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6177769715c6ec5a324acee995183b22721ea23c58e49af14a828eadec85d120" +checksum = "1bbed098b2bf9abcfe50eeaa01ae77a2a1da931bdcd83d23fcd7b8f941cd52c9" dependencies = [ "document-features", "js-sys", diff --git a/Cargo.toml b/Cargo.toml index 52189849068a..e391a884190e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -130,7 +130,7 @@ document-features = "0.2.8" ehttp = "0.5.0" enumset = "1.0.12" env_logger = { version = "0.10", default-features = false } -ewebsock = "0.5.0" +ewebsock = "0.6.0" fixed = { version = "1.17", default-features = false } flatbuffers = "23.0" futures-channel = "0.3"