Skip to content

Commit 9e72900

Browse files
Update tokio-tungstenite requirement from 0.24 to 0.25
Updates the requirements on [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) to permit the latest version. - [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md) - [Commits](snapview/tokio-tungstenite@v0.24.0...v0.25.0) --- updated-dependencies: - dependency-name: tokio-tungstenite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 69607f6 commit 9e72900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/example-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ mozrunner = "0.15"
2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"
2323
tokio = { version = "1.29.1", features = ["macros", "net", "time"] }
24-
tokio-tungstenite = "0.24"
24+
tokio-tungstenite = "0.25"
2525
tower = { version = "0.5", features = ["make", "util"] }
2626
tower-http = { version = "0.6", features = ["fs", "util", "set-header"] }

0 commit comments

Comments
 (0)