summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2020-09-04 11:24:23 -0400
committerGitHub <noreply@github.com>2020-09-04 11:24:23 -0400
commite7147786f4a84a600817d72cf271fb3ec45cb550 (patch)
treeb9e74a3264dc0d81f4b71be62ebfafbd63cc26b1 /cli
parent9e50b3ee61b88b8767ecd1165f2aee62a81842de (diff)
run cargo update (#7348)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
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]