Skip to content

Commit

Permalink
chore(deps): Update tonic-build requirement from 0.8.0 to 0.9.2
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/tonic/commits/v0.9.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and arronwy committed Aug 3, 2023
1 parent c6c30fb commit 6676c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion attestation-agent/kbc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
rstest = "0.16.0"

[build-dependencies]
tonic-build = { version = "0.8.0", optional = true }
tonic-build = { version = "0.9.2", optional = true }

[features]
default = ["sample_kbc", "rust-crypto"]
Expand Down

0 comments on commit 6676c91

Please sign in to comment.