Skip to content

Commit 0b2612c

Browse files
Update tonic requirement from 0.9 to 0.11
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.9.0...v0.11.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17a1d58 commit 0b2612c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fake-opentelemetry-collector/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ opentelemetry_sdk = { workspace = true, features = [
2525
serde = { version = "1.0.136", features = ["derive"] }
2626
tokio = { version = "1.27", features = ["full"] }
2727
tokio-stream = { version = "0.1", features = ["net"] }
28-
tonic = "0.9" #should be sync with opentelemetry-proto
28+
tonic = "0.11" #should be sync with opentelemetry-proto
2929
tracing = { workspace = true }
3030

3131
[dev-dependencies]

init-tracing-opentelemetry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ opentelemetry-semantic-conventions = { version = "0.13", optional = true }
2525
opentelemetry-zipkin = { version = "0.19", features = [], optional = true }
2626
opentelemetry_sdk = { workspace = true }
2727
thiserror = "1.0"
28-
tonic = { version = "0.9", optional = true, features = ["tls"] }
28+
tonic = { version = "0.11", optional = true, features = ["tls"] }
2929
tracing = { workspace = true }
3030
tracing-logfmt-otel = { version = "0.2", optional = true }
3131
tracing-opentelemetry = { workspace = true }

0 commit comments

Comments
 (0)