Skip to content

Commit 3c7c1b6

Browse files
chore(deps): 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-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 95c8098 commit 3c7c1b6

File tree

3 files changed

+21
-34
lines changed

3 files changed

+21
-34
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sha3 = "0.10.2"
4545
thiserror = "1.0.31"
4646
time = "0.3.9"
4747
tokio = { version = "1.44.2", features = ["time"] }
48-
tonic = "0.12.3"
48+
tonic = "0.13.0"
4949
tinystr = { version = "0.7.0", default-features = false }
5050
arc-swap = "1.6.0"
5151
rlp = "0.5.2"

protobufs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ features = ["std", "prost-derive"]
2020

2121
# 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).
2222
[dependencies.tonic]
23-
version = "0.12.3"
23+
version = "0.13.0"
2424

2525
[build-dependencies]
2626
anyhow = "1.0.55"

0 commit comments

Comments
 (0)