From eba84d568bc8c3e91b741e79d3ea72108c5145c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:25:03 +0800 Subject: [PATCH] chore(deps): Bump tonic-health from 0.12.1 to 0.12.2 (#709) --- Cargo.lock | 4 ++-- dragonfly-client/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45917287..0218713a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/dragonfly-client/Cargo.toml b/dragonfly-client/Cargo.toml index bf207fd7..48073143 100644 --- a/dragonfly-client/Cargo.toml +++ b/dragonfly-client/Cargo.toml @@ -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"