Skip to content

Commit

Permalink
build(deps): update tonic requirement in /src-tauri
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.11.0...v0.12.1)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent ae2e8de commit dd8fe84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ semver = "1.0.16"
libspeedupdate = { git = "https://github.com/ludea/speedupdate-rs" }
libloading = "0.8"
prost = "0.12"
tonic = "0.11.0"
tonic = "0.12.1"
tokio-stream = "0.1"

tauri-plugin-shell = "2.0.0-beta.7"
Expand Down

0 comments on commit dd8fe84

Please sign in to comment.