diff --git a/Cargo.lock b/Cargo.lock index d377a58f9..147778ebf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3635,9 +3635,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b2dbec703c26b00d74844519606ef15d09a7d6857860f84ad223dec002ddea2" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", @@ -4080,9 +4080,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.20.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e862a1c4128df0112ab625f55cd5c934bcb4312ba80b39ae4b4835a3fd58e649" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", "bytes", diff --git a/clash_lib/Cargo.toml b/clash_lib/Cargo.toml index 08c00edfc..438cad0ea 100644 --- a/clash_lib/Cargo.toml +++ b/clash_lib/Cargo.toml @@ -88,7 +88,7 @@ dhcproto = "0.8" rand = "0.8" socket2 = { version = "0.5", features = ["all"] } -tokio-tungstenite = "0.20.0" +tokio-tungstenite = "0.20.1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }