Skip to content

Commit 251f678

Browse files
Bump tonic from 0.9.2 to 0.12.3
Bumps [tonic](https://github.com/hyperium/tonic) from 0.9.2 to 0.12.3. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.9.2...v0.12.3) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 349440b commit 251f678

File tree

4 files changed

+117
-18
lines changed

4 files changed

+117
-18
lines changed

Cargo.lock

+114-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration/ducks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tokio = { workspace = true, features = [
2727
"net",
2828
] }
2929
tokio-stream = { version = "0.1", features = ["net"] }
30-
tonic = { version = "0.9", default-features = false, features = [
30+
tonic = { version = "0.12", default-features = false, features = [
3131
"transport",
3232
"prost",
3333
] }

integration/sheepdog/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio = { version = "1.40", features = [
2323
"time",
2424
"net",
2525
] }
26-
tonic = { version = "0.9", default-features = false, features = [
26+
tonic = { version = "0.12", default-features = false, features = [
2727
"transport",
2828
"prost",
2929
] }

lading/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ tokio = { workspace = true, features = [
7373
] }
7474
tokio-stream = { version = "0.1", features = ["io-util"] }
7575
tokio-util = { version = "0.7", features = ["io"] }
76-
tonic = { version = "0.9" }
76+
tonic = { version = "0.12" }
7777
tower = { version = "0.4", default-features = false, features = [
7878
"timeout",
7979
"limit",

0 commit comments

Comments
 (0)