diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0168fb6..9675456 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3838,9 +3838,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" +checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" dependencies = [ "futures-util", "log", @@ -3992,9 +3992,9 @@ checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" [[package]] name = "tungstenite" -version = "0.19.0" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" +checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" dependencies = [ "byteorder", "bytes", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 115b9e5..77df3a7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -29,7 +29,7 @@ tauri-plugin-oauth = "0.0.0-alpha.0" sentry = "0.31.5" tauri-plugin-localhost = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } portpicker = "0.1" -tokio-tungstenite = { version = "0.19.0", features = ["native-tls"] } +tokio-tungstenite = { version = "0.20.0", features = ["native-tls"] } httparse = "1.8.0" reqwest = "0.11.18" tokio-test = "0.4.2"