Skip to content

Commit 6c5525e

Browse files
chore(deps): update tonic-build requirement from 0.13 to 0.14
Updates the requirements on [tonic-build](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-build dependency-version: 0.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 94b56d3 commit 6c5525e

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
@@ -39,7 +39,7 @@ internal-logs = ["tracing"]
3939
reqwest = "0.12"
4040
tempfile = "3.3.0"
4141
tokio = { version = "1.0", features = ["macros", "rt"] }
42-
tonic-build = "0.13"
42+
tonic-build = "0.14"
4343
walkdir = "2.3.2"
4444
futures-util = { version = "0.3", default-features = false }
4545
opentelemetry = { workspace = true, features = ["testing"] }

0 commit comments

Comments
 (0)