We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755619c commit 7128e01Copy full SHA for 7128e01
1 file changed
Cargo.toml
@@ -33,7 +33,7 @@ toml = "0.9"
33
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "8b121c89f055c68f3244b49df7342fa646ec5d5c" }
34
libc = "0.2"
35
tokio = { version = "1.47.1", features = ["full"] }
36
-tokio-tungstenite = "0.21"
+tokio-tungstenite = "0.28"
37
futures = "0.3"
38
clap = { version = "4.5.48", features = ["color", "derive"] }
39
tabwriter = { version = "1", features = ["ansi_formatting"] }
0 commit comments