diff --git a/Cargo.toml b/Cargo.toml index 6c3bcb18..8d0b54dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0" error-chain = { version = "0.12.4", default-features = false } reqwest = { version = "0.11.24", features = ["blocking", "json"] } -tungstenite = { version = "0.21.0", features = ["native-tls"] } +tungstenite = { version = "0.23.0", features = ["native-tls"] } url = "2.5.0" clap = "4.5.2"