Skip to content

Commit f8c8b91

Browse files
committed
Upgrade the Prometheus crate to 0.14.0
1 parent e311167 commit f8c8b91

File tree

3 files changed

+4
-29
lines changed

3 files changed

+4
-29
lines changed

Cargo.lock

Lines changed: 3 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ version = "0.30.0"
429429
default-features = false
430430

431431
[workspace.dependencies.prometheus]
432-
version = "0.13.4"
432+
version = "0.14.0"
433433

434434
# URL manipulation
435435
[workspace.dependencies.url]

deny.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ ignore = [
1818
# `paste`, as used by `aws-lc-rs` is unmaintained, but we're not concerned
1919
# about it having a security vulnerability
2020
"RUSTSEC-2024-0436",
21-
22-
# rust-protobuf has an infinite recursion issue when parsing inputs. We only
23-
# use protobuf for opentelemetry output, so we are not affected
24-
"RUSTSEC-2024-0437",
2521
]
2622

2723
[licenses]

0 commit comments

Comments
 (0)