chore(deps): Bump tonic-health from 0.12.1 to 0.12.2 (#709)

This commit is contained in:
dependabot[bot] 2024-09-02 21:25:03 +08:00 committed by GitHub
parent 12f74fc355
commit eba84d568b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -4285,9 +4285,9 @@ dependencies = [
[[package]]
name = "tonic-health"
version = "0.12.1"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e10e6a96ee08b6ce443487d4368442d328d0e746f3681f81127f7dc41b4955"
checksum = "ec0a34e6f706bae26b2b490e1da5c3f6a6ff87cae442bcbc7c881bab9631b5a7"
dependencies = [
"async-stream",
"prost 0.13.1",

View File

@ -73,7 +73,7 @@ opentelemetry-jaeger = { version = "0.17.0", features = ["rt-tokio"] }
pprof = { version = "0.13", features = ["flamegraph", "protobuf-codec"] }
lazy_static = "1.5"
prometheus = { version = "0.13", features = ["process"] }
tonic-health = "0.12.1"
tonic-health = "0.12.2"
tonic-reflection = "0.12.1"
bytes = "1.7"
sysinfo = "0.30.13"