diff --git a/examples/transport/Cargo.toml b/examples/transport/Cargo.toml index 0fb63b57..7017bdca 100644 --- a/examples/transport/Cargo.toml +++ b/examples/transport/Cargo.toml @@ -40,7 +40,7 @@ rand = { version = "0.9" } schemars = { version = "1.0", optional = true } hyper = { version = "1", features = ["client", "server", "http1"] } hyper-util = { version = "0.1", features = ["tokio"] } -tokio-tungstenite = "0.27.0" +tokio-tungstenite = "0.28.0" reqwest = { version = "0.12" } pin-project-lite = "0.2"