Skip to content

Commit

Permalink
chore(deps): Bump tonic-build from 0.9.2 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.9.2 to 0.12.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.9.2...v0.12.1)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 23, 2024
1 parent 1e349f5 commit 83b183f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 21 deletions.
60 changes: 41 additions & 19 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ thiserror = "1.0"
tokio = "1.39"
toml = "0.8.19"
tonic = "0.9"
tonic-build = "0.9"
tonic-build = "0.12"
ttrpc = "0.8.0"
ttrpc-codegen = "0.4.2"
url = "2.5.2"
Expand Down
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.workspace = true

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

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

0 comments on commit 83b183f

Please sign in to comment.