Skip to content

Commit

Permalink
build(deps): Bump tokio-tungstenite from 0.21.0 to 0.23.1
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.23.1.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snapview/tokio-tungstenite/commits)

---
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 Jun 17, 2024
1 parent 665869c commit d396a4d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
26 changes: 12 additions & 14 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.4", 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.38", default-features = false, features = ["time"] }
tokio-tungstenite = { version = "0.21.0", features = [ "rustls-tls-webpki-roots" ] }
tokio-tungstenite = { version = "0.23.1", features = [ "rustls-tls-webpki-roots" ] }
# tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
encoding_rs = { version = "0.8", default-features = false }
mime = { version = "0.3", default-features = false }
Expand Down

0 comments on commit d396a4d

Please sign in to comment.