fix(deps): update rust crate metrics-exporter-prometheus to v0.16.2

This commit is contained in:
renovate[bot] 2025-01-31 17:08:14 +00:00 committed by GitHub
parent 10af8151c7
commit 21a2fc3cc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -1268,7 +1268,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
"windows-targets 0.48.5",
]
[[package]]
@ -1383,9 +1383,9 @@ dependencies = [
[[package]]
name = "metrics-exporter-prometheus"
version = "0.16.1"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12779523996a67c13c84906a876ac6fe4d07a6e1adb54978378e13f199251a62"
checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034"
dependencies = [
"base64 0.22.1",
"http-body-util",