Skip to content

Commit

Permalink
build(deps): Bump tokio-tungstenite from 0.21.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.21.0 to 0.24.0.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.21.0...v0.24.0)

---
updated-dependencies:
- dependency-name: tokio-tungstenite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2024
1 parent 73e7a4e commit a8bdd1e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 38 deletions.
48 changes: 11 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/http-source/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ url = { version = "2.5", default-features = false, features = ["serde"] }
humantime-serde = { version = "1.1", default-features = false }
tokio-stream = { version = "0.1", default-features = false, features = ["time"] }
tokio = { version = "1.40", default-features = false, features = ["time"] }
tokio-tungstenite = { version = "0.21.0", features = [ "rustls-tls-webpki-roots" ] }
tokio-tungstenite = { version = "0.24.0", features = [ "rustls-tls-webpki-roots" ] }
encoding_rs = { version = "0.8", default-features = false }
mime = { version = "0.3", default-features = false }
http = "1.1"
Expand Down

0 comments on commit a8bdd1e

Please sign in to comment.