Skip to content

Commit fa00de6

Browse files
Bump tonic from 0.13.1 to 0.14.2
Bumps [tonic](https://github.com/hyperium/tonic) from 0.13.1 to 0.14.2. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.13.1...v0.14.2) --- updated-dependencies: - dependency-name: tonic dependency-version: 0.14.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d8b80d4 commit fa00de6

File tree

2 files changed

+35
-14
lines changed

2 files changed

+35
-14
lines changed

Cargo.lock

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

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ tokio-postgres = { version = "0.7", features = [
9191
"with-geo-types-0_7",
9292
], optional = true }
9393
tokio-rusqlite = { version = "0.6.0", optional = true }
94-
tonic = { version = "0.13", optional = true, features = [
94+
tonic = { version = "0.14", optional = true, features = [
9595
"tls-native-roots",
9696
"tls-webpki-roots",
9797
] }

0 commit comments

Comments
 (0)