Skip to content

Commit

Permalink
build(deps): update protox requirement from 0.6 to 0.7 in /src-tauri
Browse files Browse the repository at this point in the history
Updates the requirements on [protox](https://github.com/andrewhickman/protox) to permit the latest version.
- [Changelog](https://github.com/andrewhickman/protox/blob/main/CHANGELOG.md)
- [Commits](andrewhickman/protox@0.6.0...0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2024
1 parent ae2e8de commit 3aae24c
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 @@ -16,7 +16,7 @@ crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2.0.0-beta", features = ["codegen"] }
tonic-build = { version = "0.11.0", features = [] }
protox = "0.6"
protox = "0.7"

[dependencies]
once_cell = "1.16"
Expand Down

0 comments on commit 3aae24c

Please sign in to comment.