Skip to content

Commit 1b5b7ea

Browse files
build(deps): update tungstenite requirement from 0.29.0 to 0.30.0
Updates the requirements on [tungstenite](https://github.com/snapview/tungstenite-rs) to permit the latest version. - [Changelog](https://github.com/snapview/tungstenite-rs/blob/master/CHANGELOG.md) - [Commits](snapview/tungstenite-rs@v0.29.0...v0.30.0) --- updated-dependencies: - dependency-name: tungstenite dependency-version: 0.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 02ef6b2 commit 1b5b7ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compio-ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compio-net = { workspace = true, optional = true }
2020
compio-tls = { workspace = true, default-features = false }
2121
compio-log = { workspace = true }
2222

23-
tungstenite = "0.29.0"
23+
tungstenite = "0.30.0"
2424
async-tungstenite = "0.34.0"
2525

2626
rustls-platform-verifier = { workspace = true, optional = true }

0 commit comments

Comments
 (0)