diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 083059e..54c9df5 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -171,7 +171,7 @@ dependencies = [ "tauri-plugin-updater", "tokio", "tokio-tungstenite", - "tungstenite 0.20.1", + "tungstenite 0.26.2", "url", "window-vibrancy 0.3.2", "windows 0.44.0", @@ -6385,20 +6385,18 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.20.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" +checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13" dependencies = [ - "byteorder", "bytes", "data-encoding", - "http 0.2.12", + "http 1.3.1", "httparse", "log", - "rand 0.8.5", + "rand 0.9.0", "sha1", - "thiserror 1.0.69", - "url", + "thiserror 2.0.12", "utf-8", ] diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c21f026..301e1f0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -25,7 +25,7 @@ futures-util = "0.3.25" log = "0.4.17" tokio-tungstenite = "0.18.0" url = "2.3.1" -tungstenite = "0.20.1" +tungstenite = "0.26.2" env_logger = "0.10.0" sysinfo = "0.27.7" window-vibrancy = "0.3.2"