diff --git a/Cargo.toml b/Cargo.toml index f09394f9..07f2f66d 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.28.0", features = ["native-tls"] } url = "2.5.0" clap = "4.5.2" uuid = { version = "1.18.0", features = ["v4"] }