Skip to content

Commit 2eae138

Browse files
Bump tonic from 0.11.0 to 0.12.3
Bumps [tonic](https://github.com/hyperium/tonic) from 0.11.0 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.11.0...v0.12.3) --- 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 e367e7e commit 2eae138

File tree

3 files changed

+121
-18
lines changed

3 files changed

+121
-18
lines changed

Cargo.lock

Lines changed: 119 additions & 16 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
@@ -130,7 +130,7 @@ tempfile = "3"
130130
thiserror = "1"
131131
tokio = { workspace = true }
132132
tokio-graceful-shutdown = { version = "0.15" }
133-
tonic = { version = "0.11.0", optional = true }
133+
tonic = { version = "0.12.3", optional = true }
134134
tower = "0.5"
135135
tracing = { workspace = true }
136136
tracing-log = "0.2"

clade/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
[dependencies]
77
arrow-flight = { workspace = true }
88
prost = { workspace = true }
9-
tonic = "0.11"
9+
tonic = "0.12"
1010

1111
[build-dependencies]
1212
tonic-build = "0.11"

0 commit comments

Comments
 (0)