diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index bcd73cfc0..f743b2458 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -90,7 +90,7 @@ nix = "0.17.0" chrono = "0.4" os_pipe = "0.9.2" # Used for testing inspector. Keep in-sync with warp. -tokio-tungstenite = { version = "0.10.1", features = ["connect"] } +tokio-tungstenite = { version = "0.11.0", features = ["connect"] } test_util = { path = "../test_util" } [package.metadata.winres] |