diff --git a/Cargo.toml b/Cargo.toml index c7ae062..ebdfb4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ url = "2.4.0" chrono = { version = "0.4.26", features = ["serde"] } regex = "1.9.4" custom_error = "1.9.2" -tokio-tungstenite = { version = "0.20.0", features = [ +tokio-tungstenite = { version = "0.20.1", features = [ "rustls-tls-native-roots", "rustls-native-certs", ] }