Skip to content

Commit

Permalink
Update quanta requirement from 0.9.3 to 0.10.0 (metrics-rs#301)
Browse files Browse the repository at this point in the history
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](metrics-rs/quanta@v0.9.3...v0.10.0)

---
updated-dependencies:
- dependency-name: quanta
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 29, 2022
1 parent 3f0702e commit 1372a09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion metrics-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
2 changes: 1 addition & 1 deletion metrics-exporter-prometheus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion metrics-exporter-tcp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 1372a09

Please sign in to comment.