Skip to content

Commit

Permalink
chore(dep): upgrading tonic to 0.12.3 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
mchenani authored Nov 4, 2024
1 parent 5f3bdee commit 8dfa6e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tokio = { version = "1.35.1", default-features = false }
# Test with Android and Swift first.
# Its probably preferable to one day use https://github.com/rustls/rustls-native-certs
# Until then, always test agains iOS/Android after updating these dependencies & making a PR
tonic = { version = "0.12", features = ["tls", "tls-native-roots", "tls-webpki-roots"] }
tonic = { version = "0.12.3", features = ["tls", "tls-native-roots", "tls-webpki-roots"] }
rustls = { version = "=0.23.7", features = ["ring"] }
# Pinned Dependencies
tracing = { version = "0.1", features = ["log", "release_max_level_debug"] }
Expand Down

0 comments on commit 8dfa6e4

Please sign in to comment.