Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 18, 2023
1 parent 9cbb414 commit f761bd9
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 3 deletions.
40 changes: 38 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ tokio = { version = "1.24", features = ["full"] }
tokio-rustls = "0.23"
tokio-tungstenite = "0.17"
tokio-util = { version = "0.7", features = ["codec"] }
tungstenite = "0.17"
tungstenite = "0.20"

[build-dependencies]
pyo3-build-config = { version = "=0.19", features = ["resolve-config"] }
Expand Down

0 comments on commit f761bd9

Please sign in to comment.