diff --git a/gremlin-client/Cargo.toml b/gremlin-client/Cargo.toml index eda2c516..d3867dc2 100644 --- a/gremlin-client/Cargo.toml +++ b/gremlin-client/Cargo.toml @@ -44,7 +44,7 @@ lazy_static = "1.3.0" base64 = "0.21.4" native-tls = "0.2.3" tungstenite = { version = "0.20.1", features = ["native-tls"] } -async-tungstenite = { version = "0.23", optional = true, default-features=false} +async-tungstenite = { version = "0.24", optional = true, default-features=false} async-std = { version = "1.4.0", optional = true, features = ["unstable","attributes"] } async-trait = { version = "0.1.10", optional = true } async-tls = { version = "0.12", optional = true }