Skip to content

Commit 701fcc2

Browse files
build(deps): bump tonic from 0.12.3 to 0.13.1
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.3 to 0.13.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.13.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4dd8f8 commit 701fcc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,9 @@ dependencies = [
644644

645645
[[package]]
646646
name = "tonic"
647-
version = "0.12.3"
647+
version = "0.13.1"
648648
source = "registry+https://github.com/rust-lang/crates.io-index"
649-
checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
649+
checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
650650
dependencies = [
651651
"async-trait",
652652
"base64",

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ quickcheck = { version = "1", default-features = false, optional = true }
5858
thiserror = { version = "2", optional = true }
5959

6060
[dependencies.tonic]
61-
version = "0.12"
61+
version = "0.13"
6262
default-features = false
6363
features = ["prost"]
6464

0 commit comments

Comments
 (0)