Skip to content

Commit b5079c2

Browse files
chore(deps): update tonic requirement from 0.13 to 0.14
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a453b7a commit b5079c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-stackdriver/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ opentelemetry-semantic-conventions = { workspace = true }
1919
prost = "0.13"
2020
prost-types = "0.13"
2121
thiserror = "2.0"
22-
tonic = { version = "0.13", default-features = false, features = ["channel", "codegen", "gzip", "prost"] }
22+
tonic = { version = "0.14", default-features = false, features = ["channel", "codegen", "gzip", "prost"] }
2323
tracing = { version = "0.1", optional = true }
2424

2525
# Futures

0 commit comments

Comments
 (0)