diff --git a/Cargo.toml b/Cargo.toml index 65f1680..170ed0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ crossbeam-utils = "0.8" log = "0.4" strum = { version = "0.24", features = ["derive"] } socket2 = { version = "0.5.1", features = ["all"], optional = true} -tungstenite = { version = "0.16", optional = true } +tungstenite = { version = ">=0.20.1", optional = true } url = { version = "2.2", optional = true } integer-encoding = "3.0.2" lazy_static = "1.4.0"