Skip to content

Commit

Permalink
Bump tonic from 0.6.2 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.11.0.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.6.2...v0.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent c187988 commit 6a5627e
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 37 deletions.
135 changes: 100 additions & 35 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.34", default-features = true }
tonic = { version = "0.6.1", default-features = true, features = [
tonic = { version = "0.11.0", 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.34", default-features = false }
simd-json = { version = "0.13", default-features = true }

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

0 comments on commit 6a5627e

Please sign in to comment.