Skip to content

Commit 266342d

Browse files
Bump tonic from 0.12.3 to 0.13.0
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.0. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.12.3...v0.13.0) --- 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 4dfbb79 commit 266342d

File tree

3 files changed

+43
-40
lines changed

3 files changed

+43
-40
lines changed

Cargo.lock

Lines changed: 41 additions & 38 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
@@ -27,7 +27,7 @@ thiserror = { version = "2.0" }
2727
tokio = { version = "1.44" }
2828
# If you update tonic, search for tonic-build in sub-crates and update their
2929
# version.
30-
tonic = { version = "0.12", default-features = false, features = [] }
30+
tonic = { version = "0.13", default-features = false, features = [] }
3131
tower = { version = "0.5", default-features = false }
3232
tracing = { version = "0.1" }
3333
uuid = { version = "1.16", default-features = false, features = [

lading/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ tokio = { workspace = true, features = [
8080
] }
8181
tokio-stream = { version = "0.1", features = ["io-util"] }
8282
tokio-util = { version = "0.7", features = ["io"] }
83-
tonic = { version = "0.12" }
83+
tonic = { version = "0.13" }
8484
tracing = { workspace = true }
8585
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
8686
uuid = { workspace = true }

0 commit comments

Comments
 (0)