Upgrade the Prometheus crate to 0.14.0

This commit is contained in:
Quentin Gliech
2025-04-11 15:40:00 +02:00
parent 306ffe1d6a
commit 1e70c43cbd
3 changed files with 4 additions and 29 deletions

View File

@@ -18,10 +18,6 @@ ignore = [
# `paste`, as used by `aws-lc-rs` is unmaintained, but we're not concerned
# about it having a security vulnerability
"RUSTSEC-2024-0436",
# rust-protobuf has an infinite recursion issue when parsing inputs. We only
# use protobuf for opentelemetry output, so we are not affected
"RUSTSEC-2024-0437",
]
[licenses]