Skip to content

Commit af176e9

Browse files
chore(deps): bump the tonic group across 1 directory with 3 updates
Bumps the tonic group with 3 updates in the / directory: [tonic](https://github.com/hyperium/tonic), [tonic-build](https://github.com/hyperium/tonic) and [tonic-health](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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2097fc3 commit af176e9

File tree

2 files changed

+53
-24
lines changed

2 files changed

+53
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,9 @@ tokio-stream = { version = "0.1.18", default-features = false }
204204
tokio-test = "0.4.5"
205205
tokio-tungstenite = { version = "0.20.1", default-features = false }
206206
toml = { version = "0.9.8", default-features = false, features = ["serde", "display", "parse"] }
207-
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
208-
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
209-
tonic-health = { version = "0.11", default-features = false }
207+
tonic = { version = "0.12", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
208+
tonic-build = { version = "0.13", default-features = false, features = ["transport", "prost"] }
209+
tonic-health = { version = "0.13", default-features = false }
210210
tracing = { version = "0.1.44", default-features = false }
211211
tracing-subscriber = { version = "0.3.22", default-features = false, features = ["fmt"] }
212212
url = { version = "2.5.4", default-features = false, features = ["serde"] }

0 commit comments

Comments
 (0)