Update Rust crate prometheus-client to 0.22.1

This commit is contained in:
Renovate Bot 2024-01-30 13:10:23 +00:00
parent 6a10e4e748
commit 52e81b5dd5
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

View File

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