Skip to content

Commit

Permalink
Bump tokio-tungstenite from v0.23 to v0.24 (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 4d5c063 commit d661f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/example-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ mozrunner = "0.15"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.29.1", features = ["macros", "net", "time"] }
tokio-tungstenite = "0.23"
tokio-tungstenite = "0.24"
tower = { version = "0.5", features = ["make", "util"] }
tower-http = { version = "0.5", features = ["fs", "util", "set-header"] }

0 comments on commit d661f30

Please sign in to comment.