Update Rust crate prometheus-client to 0.22.1
This commit is contained in:
parent
6a10e4e748
commit
52e81b5dd5
|
@ -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",
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue