Skip to content

Commit

Permalink
chore(deps): bump tonic-build from 0.8.4 to 0.9.1
Browse files Browse the repository at this point in the history
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.8.4 to 0.9.1.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.8.4...v0.9.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 Apr 24, 2023
1 parent ef15696 commit 99391e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -337,7 +337,7 @@ nix = { version = "0.26.2", default-features = false, features = ["socket", "sig

[build-dependencies]
prost-build = { version = "0.11", default-features = false, optional = true }
tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"], optional = true }
tonic-build = { version = "0.9", default-features = false, features = ["transport", "prost"], optional = true }
openssl-src = { version = "111", default-features = false, features = ["force-engine"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/opentelemetry-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false

[build-dependencies]
prost-build = { version = "0.11", default-features = false}
tonic-build = { version = "0.8", default-features = false, features = ["prost", "transport"] }
tonic-build = { version = "0.9", default-features = false, features = ["prost", "transport"] }

[dependencies]
bytes = { version = "1.4.0", default-features = false, features = ["serde"] }
Expand Down

0 comments on commit 99391e5

Please sign in to comment.