Skip to content

Commit b5d0078

Browse files
Bump tonic from 0.6.2 to 0.12.3
Bumps [tonic](https://github.com/hyperium/tonic) from 0.6.2 to 0.12.3. - [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.3) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f93107 commit b5d0078

File tree

3 files changed

+136
-39
lines changed

3 files changed

+136
-39
lines changed

Cargo.lock

Lines changed: 134 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tremor-connectors-gcp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ gouth = { version = "0.2", default-features = true }
3636
prost = { version = "0.9.0", default-features = true }
3737
prost-types = { version = "0.9.0", default-features = true }
3838
tokio = { version = "1.39", default-features = true }
39-
tonic = { version = "0.6.1", default-features = true, features = [
39+
tonic = { version = "0.12.3", default-features = true, features = [
4040
"transport",
4141
"tls",
4242
] }

tremor-connectors-otel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tokio = { version = "1.39", default-features = false }
2929
simd-json = { version = "0.13", default-features = true }
3030

3131
# opentelemetry
32-
tonic = { version = "0.6.1", default-features = false, features = [
32+
tonic = { version = "0.12.3", default-features = false, features = [
3333
"transport",
3434
"tls",
3535
] }

0 commit comments

Comments
 (0)