diff --git a/examples/async-graphql/Cargo.toml b/examples/async-graphql/Cargo.toml index 74b3e7f..6e38991 100644 --- a/examples/async-graphql/Cargo.toml +++ b/examples/async-graphql/Cargo.toml @@ -71,5 +71,5 @@ hyper-tls = "0.6" maplit = { version = "1" } mockall = "0.13" pretty_assertions = "1.2" -tokio-tungstenite = { version = "0.23", features = ["url"] } +tokio-tungstenite = { version = "0.24", features = ["url"] } url = "2.0.0"