Skip to content

Commit fee11bd

Browse files
Bump tonic from 0.4.0 to 0.4.1 in /bazelfe-core (#92)
Bumps [tonic](https://github.com/hyperium/tonic) from 0.4.0 to 0.4.1. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.4.0...v0.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05fbbf1 commit fee11bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bazelfe-core/Cargo.lock

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

bazelfe-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ clap = "3.0.0-beta.2"
1212
regex = "1.4.5"
1313
lazy_static = "1.4.0"
1414
futures = { version = "0.3.13", default-features = false, features = ["alloc"] }
15-
tonic = { version = "0.4.0", features = ["tls"] }
15+
tonic = { version = "0.4.1", features = ["tls"] }
1616
prost = "0.7"
1717
tokio = { version = "1", features = ["full"] }
1818
tokio-stream = { version = "0.1.4", features = ["net"] }

0 commit comments

Comments
 (0)