Skip to content

Commit

Permalink
chore(deps): bump tokio-tungstenite from 0.19.0 to 0.20.1 in /src-tauri
Browse files Browse the repository at this point in the history
Bumps [tokio-tungstenite](https://github.com/snapview/tokio-tungstenite) from 0.19.0 to 0.20.1.
- [Changelog](https://github.com/snapview/tokio-tungstenite/blob/master/CHANGELOG.md)
- [Commits](snapview/tokio-tungstenite@v0.19.0...v0.20.1)

---
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, 2023
1 parent 289b8c3 commit 5464f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src-tauri/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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tauri-plugin-oauth = "0.0.0-alpha.0"
sentry = "0.31.5"
tauri-plugin-localhost = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" }
portpicker = "0.1"
tokio-tungstenite = { version = "0.19.0", features = ["native-tls"] }
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
httparse = "1.8.0"
reqwest = "0.11.18"
tokio-test = "0.4.2"
Expand Down

0 comments on commit 5464f07

Please sign in to comment.