diff --git a/Cargo.lock b/Cargo.lock index dd1487243c3..90ea64e7c82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4307,9 +4307,9 @@ checksum = "9373e3d7b53927daabbec34ebd9cfda454cc0888939e5e3e929c324e0645c1f8" [[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/Cargo.toml b/Cargo.toml index 98995db4447..dc62134ec06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ toml = "0.7" tracing = { version = "0.1", features = ["attributes", "log"] } tracing-subscriber = { version = "0.3", features = ["time", "env-filter"] } try-traits = "0.1" -tungstenite = "0.17.3" +tungstenite = "0.20" url = "2.3" uzers = "0.11" walkdir = "2"