Skip to content

Commit 8e5c4f8

Browse files
Update Rust crate tokio-tungstenite to 0.26
1 parent a88bc67 commit 8e5c4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ toml = "0.8"
3333
propolis-client = { git = "https://github.com/oxidecomputer/propolis", rev = "bdaaf207c7d7f9a6d905a3589eb8e159aa78df12" }
3434
libc = "0.2"
3535
tokio = { version = "1.44.2", features = ["full"] }
36-
tokio-tungstenite = "0.21"
36+
tokio-tungstenite = "0.26"
3737
futures = "0.3"
3838
clap = { version = "4.5.35", features = ["color", "derive"] }
3939
tabwriter = { version = "1", features = ["ansi_formatting"] }

0 commit comments

Comments
 (0)