Skip to content

Commit

Permalink
Bump tokio-tungstenite from 0.17.2 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/snapview/tokio-tungstenite/releases)
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.17.2...v0.18.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 Jan 5, 2023
1 parent 1bfe43b commit 298811b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 19 deletions.
23 changes: 6 additions & 17 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 bins/matchmaker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde_derive = "1.0"
serde_json = "1.0"
schemars = "0.8"
tokio = { version = "1.21", features = ["macros", "rt-multi-thread", "sync"] }
tokio-tungstenite = "0.17"
tokio-tungstenite = "0.18"
uuid = "1.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion libs/client_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ whoami = "1.2"
clipboard = "0.5"
directories = "4.0"
hyper = { version = "1.0.0-rc.1", features = ["full"] }
tokio-tungstenite = "0.17"
tokio-tungstenite = "0.18"

[target.'cfg(target_arch = "wasm32")'.dependencies]
serde-wasm-bindgen = "0.4"
Expand Down

0 comments on commit 298811b

Please sign in to comment.