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 2a524dd commit 7c57400Copy full SHA for 7c57400
Cargo.toml
@@ -34,7 +34,7 @@ propolis-server-config = { git = "https://github.com/oxidecomputer/propolis", re
34
toml = "0.7"
35
libc = "0.2"
36
tokio = { version = "1.44.1", features = ["full"] }
37
-tokio-tungstenite = "0.21"
+tokio-tungstenite = "0.26"
38
futures = "0.3"
39
clap = { version = "4.0.28", features = ["color", "derive"] }
40
tabwriter = { version = "1", features = ["ansi_formatting"] }
0 commit comments