Skip to content

Commit d8f6d74

Browse files
chore(deps): Bump tonic from 0.11.0 to 0.12.3 in the tonic group
Bumps the tonic group with 1 update: [tonic](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) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tonic ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6d1d521 commit d8f6d74

File tree

2 files changed

+50
-7
lines changed

2 files changed

+50
-7
lines changed

Cargo.lock

Lines changed: 49 additions & 6 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
@@ -155,7 +155,7 @@ serde_json = { version = "1.0.132", default-features = false, features = ["raw_v
155155
serde = { version = "1.0.214", default-features = false, features = ["alloc", "derive", "rc"] }
156156
tokio = { version = "1.41.1", default-features = false, features = ["full"] }
157157
toml = { version = "0.8.19", default-features = false, features = ["display", "parse"] }
158-
tonic = { version = "0.11", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
158+
tonic = { version = "0.12", default-features = false, features = ["transport", "codegen", "prost", "tls", "tls-roots", "gzip"] }
159159
tonic-build = { version = "0.11", default-features = false, features = ["transport", "prost"] }
160160
uuid = { version = "1.11.0", features = ["v4", "v7", "serde"] }
161161
vector-lib = { path = "lib/vector-lib", default-features = false, features = ["vrl"] }

0 commit comments

Comments
 (0)