Skip to content

Commit d9a8a5e

Browse files
chore(deps): bump the tonic group with 4 updates
Bumps the tonic group with 4 updates: [tonic](https://github.com/hyperium/tonic), [tonic-build](https://github.com/hyperium/tonic), [tonic-health](https://github.com/hyperium/tonic) and [tonic-reflection](https://github.com/hyperium/tonic). Updates `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) Updates `tonic-build` from 0.11.0 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.11.0...v0.13.1) Updates `tonic-health` from 0.11.0 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.11.0...v0.13.1) Updates `tonic-reflection` from 0.11.0 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.11.0...v0.13.1) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic - dependency-name: tonic-build dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic - dependency-name: tonic-health dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic - dependency-name: tonic-reflection dependency-version: 0.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 480ca58 commit d9a8a5e

File tree

2 files changed

+61
-32
lines changed

2 files changed

+61
-32
lines changed

Cargo.lock

Lines changed: 57 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ tokio-stream = { version = "0.1.18", default-features = false }
199199
tokio-test = "0.4.5"
200200
tokio-tungstenite = { version = "0.20.1", default-features = false }
201201
toml = { version = "0.9.8", default-features = false, features = ["serde", "display", "parse"] }
202-
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
203-
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
204-
tonic-health = { version = "0.11", default-features = false }
205-
tonic-reflection = { version = "0.11", default-features = false, features = ["server"] }
202+
tonic = { version = "0.12", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
203+
tonic-build = { version = "0.13", default-features = false, features = ["transport", "prost"] }
204+
tonic-health = { version = "0.13", default-features = false }
205+
tonic-reflection = { version = "0.13", default-features = false, features = ["server"] }
206206
tracing = { version = "0.1.44", default-features = false }
207207
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
208208
url = { version = "2.5.4", default-features = false, features = ["serde"] }

0 commit comments

Comments
 (0)