From 6f050d3eff73e9833c9b13eaf72176cd3a012099 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 12:07:12 +0000 Subject: [PATCH 1/2] chore(deps): update rust crate tokio-tungstenite to 0.21 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9e5077a..f57b0e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ pin-project-lite = { version = "0.2" } bytes = "1.5.0" tokio = "1" tokio-util = { version = "0.7", features = ["codec"] } -tokio-tungstenite = { version = "0.18" } +tokio-tungstenite = { version = "0.21" } axum = { version = "0.6", default-features = false } clap = { version = "4", features = ["derive"] } serde = { version = "1", features = ["derive"]} From 7c3cc59fd448dfb5f74cc4032d7164b7941a235b Mon Sep 17 00:00:00 2001 From: sksat Date: Wed, 28 Feb 2024 22:01:26 +0900 Subject: [PATCH 2/2] update lockfile instead of Renovate doing --- Cargo.lock | 58 ++++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 50 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 547728b..9091f79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,7 +133,7 @@ dependencies = [ "bitflags 1.3.2", "bytes", "futures-util", - "http", + "http 0.2.11", "http-body", "hyper", "itoa", @@ -163,7 +163,7 @@ dependencies = [ "async-trait", "bytes", "futures-util", - "http", + "http 0.2.11", "http-body", "mime", "rustversion", @@ -627,6 +627,17 @@ dependencies = [ "itoa", ] +[[package]] +name = "http" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +dependencies = [ + "bytes", + "fnv", + "itoa", +] + [[package]] name = "http-body" version = "0.4.6" @@ -634,7 +645,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", - "http", + "http 0.2.11", "pin-project-lite", ] @@ -660,7 +671,7 @@ dependencies = [ "futures-channel", "futures-core", "futures-util", - "http", + "http 0.2.11", "http-body", "httparse", "httpdate", @@ -775,7 +786,7 @@ dependencies = [ "serde_with", "serde_yaml", "tokio", - "tokio-tungstenite 0.18.0", + "tokio-tungstenite 0.21.0", "url", ] @@ -861,7 +872,7 @@ dependencies = [ "futures-util", "pin-project-lite", "tokio", - "tokio-tungstenite 0.18.0", + "tokio-tungstenite 0.21.0", ] [[package]] @@ -1620,6 +1631,18 @@ dependencies = [ "tungstenite 0.20.1", ] +[[package]] +name = "tokio-tungstenite" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" +dependencies = [ + "futures-util", + "log", + "tokio", + "tungstenite 0.21.0", +] + [[package]] name = "tokio-util" version = "0.7.10" @@ -1739,7 +1762,7 @@ dependencies = [ "base64 0.13.1", "byteorder", "bytes", - "http", + "http 0.2.11", "httparse", "log", "rand", @@ -1758,7 +1781,26 @@ dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 0.2.11", + "httparse", + "log", + "rand", + "sha1", + "thiserror", + "url", + "utf-8", +] + +[[package]] +name = "tungstenite" +version = "0.21.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" +dependencies = [ + "byteorder", + "bytes", + "data-encoding", + "http 1.0.0", "httparse", "log", "rand",