mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-21 10:07:56 +00:00
Update prometheus-client.
This commit is contained in:
parent
691cee7beb
commit
f0987af114
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3218,9 +3218,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "prometheus-client"
|
||||
version = "0.21.2"
|
||||
version = "0.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3c99afa9a01501019ac3a14d71d9f94050346f55ca471ce90c799a15c58f61e2"
|
||||
checksum = "510c4f1c9d81d556458f94c98f857748130ea9737bbd6053da497503b26ea63c"
|
||||
dependencies = [
|
||||
"dtoa",
|
||||
"itoa",
|
||||
|
@ -132,7 +132,7 @@ base64 = "0.21"
|
||||
async-recursion = "1.0"
|
||||
regex = "1.9"
|
||||
petgraph = "0.6"
|
||||
prometheus-client = "0.21"
|
||||
prometheus-client = "0.22"
|
||||
pin-project = "1.1"
|
||||
|
||||
# Development and testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user