Skip to content

Commit 0cf5910

Browse files
chore(deps): bump tonic from 0.9.2 to 0.11.0
Bumps [tonic](https://github.com/hyperium/tonic) from 0.9.2 to 0.11.0. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.9.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 b864142 commit 0cf5910

File tree

2 files changed

+82
-17
lines changed

2 files changed

+82
-17
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ google-cloud-googleapis = { version = "0.10.0", optional = true }
6868
google-cloud-default = { version = "0.4.0", optional = true, features = ["pubsub"] }
6969
r2d2_redis = { version = "0.14.0", optional = true }
7070
jsonwebtoken = { version = "8.3.0", optional = true }
71-
tonic = { version = "0.9.2", features = ["tls", "tls-roots"], optional = true }
71+
tonic = { version = "0.11.0", features = ["tls", "tls-roots"], optional = true }
7272
futures = { version = "0.3.28", optional = true }
7373
sqlx = { version = "0.7", features = ["runtime-tokio", "tls-native-tls", "any", "sqlite", "postgres"], optional = true }
7474
aws-config = { version = "^1.1", optional = true }

0 commit comments

Comments
 (0)