Skip to content

Commit deaa61b

Browse files
build(deps): bump tonic from 0.10.2 to 0.11.0
Bumps [tonic](https://github.com/hyperium/tonic) from 0.10.2 to 0.11.0. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.10.2...v0.11.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bcc1072 commit deaa61b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

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

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ reqwest = { version = "0.11", features = ["json"] }
3131
serde_json = "1"
3232
serde = { version = "1", features = ["derive"] }
3333
sha2 = "0.10"
34-
tonic = "0.10"
34+
tonic = "0.11"
3535
tracing = "0.1"
3636
tracing-futures = { version = "0.2.5", default-features = false, features = ["tokio", "futures-03", "std"] }
3737
uuid = { version = "1.7", features = ["v4"] } # A library to generate and parse UUIDs.

0 commit comments

Comments
 (0)