diff --git a/Cargo.toml b/Cargo.toml index 3e390c98e..33a51d62b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ tokio-tungstenite = { version = "0.21.0", optional = true, features = [ "native-tls", ] } tungstenite = { version = "0.21.0", optional = true } -openssl = { version = "0.10.73", optional = true } +openssl = { version = "0.10.79", optional = true } wasm-bindgen-futures = { optional = true, version = "0.4.29" } gloo-timers = { optional = true, version = "0.3.0", features = ["futures"] }