From 58638da1955b9a4ceecdb7d33c8c39f178bfa410 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 14:15:29 +0000 Subject: [PATCH] Update quanta requirement from 0.9.3 to 0.10.0 Updates the requirements on [quanta](https://github.com/metrics-rs/quanta) to permit the latest version. - [Release notes](https://github.com/metrics-rs/quanta/releases) - [Changelog](https://github.com/metrics-rs/quanta/blob/main/CHANGELOG.md) - [Commits](https://github.com/metrics-rs/quanta/compare/v0.9.3...v0.10.0) --- updated-dependencies: - dependency-name: quanta dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metrics-benchmark/Cargo.toml | 2 +- metrics-exporter-prometheus/Cargo.toml | 2 +- metrics-exporter-tcp/Cargo.toml | 2 +- metrics-util/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }