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 ff40df1 commit 1d42167Copy full SHA for 1d42167
Cargo.toml
@@ -33,7 +33,7 @@ propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "fa
33
propolis-server-config = { git = "https://github.com/oxidecomputer/propolis", rev = "fae5334bcad5e864794332c6fed5e6bb9ec88831" }
34
toml = "0.7"
35
libc = "0.2"
36
-tokio = { version = "1.39.3", features = ["full"] }
+tokio = { version = "1.44.1", features = ["full"] }
37
tokio-tungstenite = "0.21"
38
futures = "0.3"
39
clap = { version = "4.0.28", features = ["color", "derive"] }
0 commit comments