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