Skip to content

Commit 0c18bb6

Browse files
deps(deps): bump tonic from 0.8.3 to 0.9.2
Bumps [tonic](https://github.com/hyperium/tonic) from 0.8.3 to 0.9.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](grpc/grpc-rust@v0.8.3...v0.9.2) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5bc3a27 commit 0c18bb6

3 files changed

Lines changed: 9 additions & 51 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ pprof = { version = "0.13", features = ["flamegraph", "protobuf-codec"] }
5050
criterion = "0.5"
5151
cron = "0.12"
5252
opentelemetry = "0.21"
53-
tonic = "0.8"
53+
tonic = "0.9"
5454
tonic-build = "0.8"
5555
opentelemetry-otlp = "0.14"
5656
opentelemetry-semantic-conventions = "0.13"

crates/core-grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition.workspace = true
55

66
[dependencies]
7-
tonic = "0.8"
7+
tonic = "0.9"
88

99
[build-dependencies]
1010
tonic-build = "0.8"

0 commit comments

Comments
 (0)