From e7147786f4a84a600817d72cf271fb3ec45cb550 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 4 Sep 2020 11:24:23 -0400 Subject: run cargo update (#7348) --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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] -- cgit v1.2.3