Skip to content

Commit

Permalink
chore(deps): update tokio-tungstenite requirement from 0.23.0 to 0.24…
Browse files Browse the repository at this point in the history
….0 (#367)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Théodore Prévot <prevottheodore@gmail.com>
  • Loading branch information
dependabot[bot] and Totodore authored Sep 23, 2024
1 parent ee36de9 commit b613206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ futures-util = { version = "0.3.30", default-features = false, features = [
"std",
] }
tokio = "1.35.0"
tokio-tungstenite = "0.23.0"
tokio-tungstenite = "0.24.0"
serde = { version = "1.0.193", features = ["derive"] }
smallvec = { version = "1.13.1", features = ["union"] }
serde_json = "1.0.108"
Expand Down

0 comments on commit b613206

Please sign in to comment.