Update Rust crate prometheus-client to 0.22.2

This commit is contained in:
Renovate Bot 2024-03-07 10:37:29 +00:00
parent 3f4f79c5b7
commit 74d7cab83d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1505,9 +1505,9 @@ dependencies = [
[[package]]
name = "prometheus-client"
version = "0.22.1"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f87c10af16e0af74010d2a123d202e8363c04db5acfa91d8747f64a8524da3a"
checksum = "c1ca959da22a332509f2a73ae9e5f23f9dcfc31fd3a54d71f159495bd5909baa"
dependencies = [
"dtoa",
"itoa",

View File

@ -34,7 +34,7 @@ clap = { version = "4.5.1", features = ["derive"] }
serde_json = "1.0.113"
prometheus = "0.13.3"
sled = "0.34.7"
prometheus-client = "0.22.1"
prometheus-client = "0.22.2"
thiserror = "1"
[dependencies.chrono]