diff --git a/Cargo.lock b/Cargo.lock index 2bd5650..299239e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -807,9 +807,9 @@ dependencies = [ [[package]] name = "tokio-tungstenite" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec509ac96e9a0c43427c74f003127d953a265737636129424288d27cb5c4b12c" +checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c" dependencies = [ "futures-util", "log", @@ -819,9 +819,9 @@ dependencies = [ [[package]] name = "tungstenite" -version = "0.19.0" +version = "0.20.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15fba1a6d6bb030745759a9a2a588bfe8490fc8b4751a277db3a0be1c9ebbf67" +checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" dependencies = [ "byteorder", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 739a7dd..8581a26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,8 +10,8 @@ edition = "2018" rust_util = "0.6" simpledateformat = "0.1" chrono = "0.4" -tungstenite = {version = "0.19", default-features = false} -tokio-tungstenite = "0.19" +tungstenite = {version = "0.20", default-features = false} +tokio-tungstenite = "0.20" tokio = { version = "1.28", features = ["full"]} futures-util = "0.3" lazy_static = "1.4"