From d0a554f0eebe889afcf3439c48503f6b7a6e992c Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 04:17:13 +0000 Subject: [PATCH] Update Rust crate tokio-tungstenite to 0.28 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ea9def3..92aaba4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ toml = "0.9" propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "f969fb7fd57c03bee03fe9a1d7458567a8e26b8d" } libc = "0.2" tokio = { version = "1.49.0", features = ["full"] } -tokio-tungstenite = "0.21" +tokio-tungstenite = "0.28" futures = "0.3" clap = { version = "4.5.54", features = ["color", "derive"] } tabwriter = { version = "1", features = ["ansi_formatting"] }