Skip to content

Commit 468f4f2

Browse files
committed
fix: bump metrics crate to 0.24.3 to fix Rust compiler error
metrics 0.24.1 has a lifetime issue (rust-lang/rust#141402) that causes compilation failures on recent Rust versions.
1 parent 806eb59 commit 468f4f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

packages/cipherstash-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ eql-mapper = { path = "../eql-mapper" }
2424
exitcode = "1.1.2"
2525
hex = "0.4.3"
2626
md-5 = "0.10.6"
27-
metrics = "0.24.1"
27+
metrics = "0.24.3"
2828
metrics-exporter-prometheus = "0.17"
2929
moka = { version = "0.12", features = ["future"] }
3030
oid-registry = "0.8"

0 commit comments

Comments
 (0)