From 1d351e38706b26d1f008b2c2eecb63cff6cf1cc1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 16:03:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Rust=20crate=20to?= =?UTF-8?q?kio-tungstenite=20to=200.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-tauri/Cargo.lock | 49 +++++++++++++++++++++++++++----------------- src-tauri/Cargo.toml | 2 +- 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 885c5f03..f172e569 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1181,7 +1181,7 @@ dependencies = [ "futures-core", "futures-sink", "futures-util", - "http", + "http 0.2.8", "indexmap", "slab", "tokio", @@ -1205,7 +1205,7 @@ dependencies = [ "bitflags", "bytes", "headers-core", - "http", + "http 0.2.8", "httpdate", "mime", "sha1", @@ -1217,7 +1217,7 @@ version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429" dependencies = [ - "http", + "http 0.2.8", ] [[package]] @@ -1284,6 +1284,17 @@ dependencies = [ "itoa 1.0.5", ] +[[package]] +name = "http" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +dependencies = [ + "bytes", + "fnv", + "itoa 1.0.5", +] + [[package]] name = "http-body" version = "0.4.5" @@ -1291,7 +1302,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" dependencies = [ "bytes", - "http", + "http 0.2.8", "pin-project-lite", ] @@ -1324,7 +1335,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.8", "http-body", "httparse", "httpdate", @@ -1677,7 +1688,7 @@ dependencies = [ "thiserror", "time", "tokio", - "tokio-tungstenite 0.19.0", + "tokio-tungstenite 0.21.0", "url", "warp", "window-shadows", @@ -1767,7 +1778,7 @@ dependencies = [ "bytes", "encoding_rs", "futures-util", - "http", + "http 0.2.8", "httparse", "log", "memchr", @@ -2507,7 +2518,7 @@ dependencies = [ "futures-core", "futures-util", "h2", - "http", + "http 0.2.8", "http-body", "hyper", "hyper-tls", @@ -3111,7 +3122,7 @@ dependencies = [ "glob", "gtk", "heck 0.4.0", - "http", + "http 0.2.8", "ignore", "objc", "once_cell", @@ -3207,7 +3218,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "108683199cb18f96d2d4134187bb789964143c845d2d154848dda209191fd769" dependencies = [ "gtk", - "http", + "http 0.2.8", "http-range", "rand 0.8.5", "raw-window-handle", @@ -3442,16 +3453,16 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" +checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38" dependencies = [ "futures-util", "log", "native-tls", "tokio", "tokio-native-tls", - "tungstenite 0.19.0", + "tungstenite 0.21.0", ] [[package]] @@ -3604,7 +3615,7 @@ dependencies = [ "base64 0.13.1", "byteorder", "bytes", - "http", + "http 0.2.8", "httparse", "log", "rand 0.8.5", @@ -3616,14 +3627,14 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.19.0" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" +checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1" dependencies = [ "byteorder", "bytes", "data-encoding", - "http", + "http 1.0.0", "httparse", "log", "native-tls", @@ -3812,7 +3823,7 @@ dependencies = [ "futures-channel", "futures-util", "headers", - "http", + "http 0.2.8", "hyper", "log", "mime", @@ -4326,7 +4337,7 @@ dependencies = [ "glib", "gtk", "html5ever", - "http", + "http 0.2.8", "kuchiki", "libc", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index eaddde74..4517c8eb 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] } tauri = { version = "1.4", features = ["app-all", "devtools", "fs-all", "macos-private-api", "os-all", "path-all", "shell-open", "window-all"] } window-shadows = "0.2.1" tokio = { version = "1.29", features = ["full"] } -tokio-tungstenite = { version = "0.19", features = ["native-tls"] } +tokio-tungstenite = { version = "0.21", features = ["native-tls"] } anyhow = "1.0" rand = "0.8" futures-util = "0.3"