diff --git a/Cargo.lock b/Cargo.lock index 2864bdf..e7134a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -177,7 +177,7 @@ dependencies = [ "http 1.1.0", "http-body", "matchit", - "metrics", + "metrics 0.23.0", "metrics-exporter-prometheus", "once_cell", "pin-project", @@ -1385,7 +1385,7 @@ dependencies = [ "html2text", "lettre", "listenfd", - "metrics", + "metrics 0.24.0", "mf1", "monostate", "mrml", @@ -1422,6 +1422,16 @@ dependencies = [ "portable-atomic", ] +[[package]] +name = "metrics" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8ae428771d17306715c5091d446327d1cfdedc82185c65ba8423ab404e45bf10" +dependencies = [ + "ahash", + "portable-atomic", +] + [[package]] name = "metrics-exporter-prometheus" version = "0.15.3" @@ -1434,7 +1444,7 @@ dependencies = [ "hyper-util", "indexmap", "ipnet", - "metrics", + "metrics 0.23.0", "metrics-util", "quanta", "thiserror", @@ -1451,7 +1461,7 @@ dependencies = [ "crossbeam-epoch", "crossbeam-utils", "hashbrown 0.14.5", - "metrics", + "metrics 0.23.0", "num_cpus", "quanta", "sketches-ddsketch", diff --git a/Cargo.toml b/Cargo.toml index 1636c31..ab87313 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ config = { version = "0.14.0", default-features = false, features = ["convert-ca convert_case = "0.6.0" monostate = "0.1.13" reqwest = { version = "0.12.7", default-features = false } -metrics = "0.23.0" +metrics = "0.24.0" axum-prometheus = "0.7.0" # metrics-exporter-prometheus = { version = "0.15.3", default-features = false, features = ["http-listener"] } git-testament = "0.2.5"