Skip to content

Commit 076ddba

Browse files
chore(deps): bump tonic from 0.12.3 to 0.14.1
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.1. - [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.14.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efc5dda commit 076ddba

File tree

3 files changed

+24
-56
lines changed

3 files changed

+24
-56
lines changed

Cargo.lock

Lines changed: 22 additions & 54 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
@@ -42,7 +42,7 @@ sha3 = "0.10.2"
4242
thiserror = "1.0.31"
4343
time = "0.3.41"
4444
tokio = { version = "1.47.0", features = ["time"] }
45-
tonic = "0.12.3"
45+
tonic = "0.14.1"
4646
tinystr = { version = "0.7.0", default-features = false }
4747
arc-swap = "1.6.0"
4848
rlp = "0.6.1"

protobufs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ features = ["std", "prost-derive"]
4343

4444
# todo: get the tonic devs to actually make `channel` usable without `transport` (it *should*, it's *documented* as such, but it just doesn't work).
4545
[dependencies.tonic]
46-
version = "0.12.3"
46+
version = "0.14.1"
4747

4848
[build-dependencies]
4949
anyhow = "1.0.98"

0 commit comments

Comments
 (0)