Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 30ea145 commit 368657b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 5 deletions.
39 changes: 35 additions & 4 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 test_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2018"

[dependencies]
tungstenite = { version = "0.21.0", features = ["rustls-tls-webpki-roots"] }
tungstenite = { version = "0.23.0", features = ["rustls-tls-webpki-roots"] }
serde_json = "1.0.117"
ureq = "2.9.7"
flexi_logger = { version = "0.28.1", features = ["colors"] }
Expand Down

0 comments on commit 368657b

Please sign in to comment.