Skip to content

Commit

Permalink
Bump tonic from 0.6.2 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.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.6.2...v0.12.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent ba41aca commit ed6b0fc
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 38 deletions.
155 changes: 119 additions & 36 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 tremor-connectors-gcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gouth = { version = "0.2", default-features = true }
prost = { version = "0.9.0", default-features = true }
prost-types = { version = "0.9.0", default-features = true }
tokio = { version = "1.38", default-features = true }
tonic = { version = "0.6.1", default-features = true, features = [
tonic = { version = "0.12.1", default-features = true, features = [
"transport",
"tls",
] }
Expand Down
2 changes: 1 addition & 1 deletion tremor-connectors-otel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tokio = { version = "1.38", default-features = false }
simd-json = { version = "0.13", default-features = true }

# opentelemetry
tonic = { version = "0.6.1", default-features = false, features = [
tonic = { version = "0.12.1", default-features = false, features = [
"transport",
"tls",
] }
Expand Down

0 comments on commit ed6b0fc

Please sign in to comment.