Skip to content

Commit bcd552c

Browse files
Bump tonic-reflection from 0.14.2 to 0.14.5
Bumps [tonic-reflection](https://github.com/hyperium/tonic) from 0.14.2 to 0.14.5. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.14.2...v0.14.5) --- updated-dependencies: - dependency-name: tonic-reflection dependency-version: 0.14.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d60840 commit bcd552c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

examples/courses/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "signal"]
1818
tonic = { version = "0.14.5", features = ["gzip", "transport"] }
1919
tonic-prost = "0.14.2"
2020
tonic-health = "0.14.5"
21-
tonic-reflection = "0.14.2"
21+
tonic-reflection = "0.14.5"
2222
tower = "0.5.3"
2323
prost = { version = "0.14.3" }
2424
dotenv = "0.15.0"

0 commit comments

Comments
 (0)