From 584c13a2c991a7c7b1b78cd606e0b23c9bcad7f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 02:18:24 +0000 Subject: [PATCH] Bump warp from 0.3.5 to 0.3.6 Bumps [warp](https://github.com/seanmonstar/warp) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 45 +++++++-------------------------------------- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 39 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7096fed6..374116e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1273,7 +1273,7 @@ dependencies = [ "thiserror", "tokio", "tokio-stream", - "tokio-tungstenite 0.20.0", + "tokio-tungstenite", "url", "warp", "warp-real-ip", @@ -2353,7 +2353,7 @@ dependencies = [ "log", "miette", "serde_json", - "tungstenite 0.20.0", + "tungstenite", "ureq", "url", ] @@ -2485,18 +2485,6 @@ dependencies = [ "tokio", ] -[[package]] -name = "tokio-tungstenite" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd" -dependencies = [ - "futures-util", - "log", - "tokio", - "tungstenite 0.18.0", -] - [[package]] name = "tokio-tungstenite" version = "0.20.0" @@ -2506,7 +2494,7 @@ dependencies = [ "futures-util", "log", "tokio", - "tungstenite 0.20.0", + "tungstenite", ] [[package]] @@ -2622,25 +2610,6 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" -[[package]] -name = "tungstenite" -version = "0.18.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788" -dependencies = [ - "base64 0.13.1", - "byteorder", - "bytes", - "http", - "httparse", - "log", - "rand", - "sha1", - "thiserror", - "url", - "utf-8", -] - [[package]] name = "tungstenite" version = "0.20.0" @@ -2811,9 +2780,9 @@ dependencies = [ [[package]] name = "warp" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69" +checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169" dependencies = [ "bytes", "futures-channel", @@ -2833,9 +2802,9 @@ dependencies = [ "serde_json", "serde_urlencoded", "tokio", - "tokio-rustls 0.23.4", + "tokio-rustls 0.24.1", "tokio-stream", - "tokio-tungstenite 0.18.0", + "tokio-tungstenite", "tokio-util", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index e31b0ebf..5e1462f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ redis = { version = "0.23.3", default-features = false, features = ["tokio-comp" serde = { version = "1.0.183", features = ["derive"] } serde_json = "1.0.107" thiserror = "1.0.48" -warp = { version = "0.3.5", features = ["tls"] } +warp = { version = "0.3.6", features = ["tls"] } tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "signal"] } futures = "0.3.28" log = "0.4.19"