Skip to content

Commit

Permalink
Update Rust crate tonic-health to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent af338d4 commit f2b9517
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 17 deletions.
76 changes: 60 additions & 16 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 tmtc-c2a/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tokio = { version = "1", features = ["full"] }
prost = "0.11"
prost-types = "0.11"
tonic = { version = "0.9", features = ["tls", "tls-roots-common", "tls-webpki-roots"] }
tonic-health = "0.9"
tonic-health = "0.10"
tonic-reflection = "0.9"
tonic-web = "0.9"
sentry = { version = "0.31", default-features = false, features = ["backtrace", "contexts", "panic", "rustls", "reqwest"] }
Expand Down

0 comments on commit f2b9517

Please sign in to comment.