From 214e4396c6e56b1d0adc02d3c0c75cb9d46bb059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 02:11:23 +0000 Subject: [PATCH] Update tokio-tungstenite requirement from 0.23 to 0.24 --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/example-tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/example-tests/Cargo.toml b/crates/example-tests/Cargo.toml index 232e8db7db3..77c43a83455 100644 --- a/crates/example-tests/Cargo.toml +++ b/crates/example-tests/Cargo.toml @@ -21,6 +21,6 @@ mozrunner = "0.15" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tokio = { version = "1.29.1", features = ["macros", "net", "time"] } -tokio-tungstenite = "0.23" +tokio-tungstenite = "0.24" tower = { version = "0.5", features = ["make", "util"] } tower-http = { version = "0.5", features = ["fs", "util", "set-header"] }