diff --git a/metrics-benchmark/Cargo.toml b/metrics-benchmark/Cargo.toml index a23405f6..c4b0adc7 100644 --- a/metrics-benchmark/Cargo.toml +++ b/metrics-benchmark/Cargo.toml @@ -10,7 +10,7 @@ log = "0.4" pretty_env_logger = "0.4" getopts = "0.2" hdrhistogram = { version = "7.2", default-features = false } -quanta = "0.9.3" +quanta = "0.10.0" atomic-shim = "0.2" metrics = { version = "^0.19", path = "../metrics" } metrics-util = { version = "^0.13", path = "../metrics-util" } diff --git a/metrics-exporter-prometheus/Cargo.toml b/metrics-exporter-prometheus/Cargo.toml index d613814f..a5c50d1a 100644 --- a/metrics-exporter-prometheus/Cargo.toml +++ b/metrics-exporter-prometheus/Cargo.toml @@ -26,7 +26,7 @@ metrics = { version = "^0.19", path = "../metrics" } metrics-util = { version = "^0.13", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] } parking_lot = { version = "0.11", default-features = false } thiserror = { version = "1", default-features = false } -quanta = { version = "0.9.3", default-features = false } +quanta = { version = "0.10.0", default-features = false } indexmap = { version = "1", default-features = false } # Optional diff --git a/metrics-exporter-tcp/Cargo.toml b/metrics-exporter-tcp/Cargo.toml index 7a2d5d28..312a079f 100644 --- a/metrics-exporter-tcp/Cargo.toml +++ b/metrics-exporter-tcp/Cargo.toml @@ -28,7 +28,7 @@ tracing = { version = "0.1", default-features = false, features = ["attributes"] prost-build = "0.9" [dev-dependencies] -quanta = "0.9.3" +quanta = "0.10.0" tracing = "0.1" tracing-subscriber = "0.3" rand = "0.8" diff --git a/metrics-util/Cargo.toml b/metrics-util/Cargo.toml index 4214a0db..c1d61e2a 100644 --- a/metrics-util/Cargo.toml +++ b/metrics-util/Cargo.toml @@ -53,7 +53,7 @@ atomic-shim = { version = "0.2", default-features = false, optional = true } aho-corasick = { version = "0.7", default-features = false, optional = true, features = ["std"] } indexmap = { version = "1", default-features = false, optional = true } parking_lot = { version = "0.11", default-features = false, optional = true } -quanta = { version = "0.9.3", default-features = false, optional = true } +quanta = { version = "0.10.0", default-features = false, optional = true } sketches-ddsketch = { version = "0.2.0", default-features = false, optional = true } radix_trie = { version = "0.2", default-features = false, optional = true } ordered-float = { version = "2.0", default-features = false, optional = true }