We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9815915 commit 73154c1Copy full SHA for 73154c1
Cargo.toml
@@ -33,7 +33,7 @@ toml = "0.8"
33
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "02fdf06bb279fc1b1393f993b90cbe84b7e9f281" }
34
libc = "0.2"
35
tokio = { version = "1.45.1", features = ["full"] }
36
-tokio-tungstenite = "0.21"
+tokio-tungstenite = "0.27"
37
futures = "0.3"
38
clap = { version = "4.5.40", features = ["color", "derive"] }
39
tabwriter = { version = "1", features = ["ansi_formatting"] }
0 commit comments