Skip to content

Commit

Permalink
(cargo-release) version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tobz committed Dec 24, 2023
1 parent da3edb3 commit 42d24d7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion metrics-benchmark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ hdrhistogram = { version = "7.2", default-features = false }
quanta = "0.12"
portable-atomic = { version = "1", default-features = false, features = ["fallback"] }
metrics = { version = "^0.22", path = "../metrics" }
metrics-util = { version = "0.15", path = "../metrics-util" }
metrics-util = { version = "^0.16", 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 @@ -24,7 +24,7 @@ push-gateway = ["async-runtime", "hyper/client", "hyper-tls", "tracing"]

[dependencies]
metrics = { version = "^0.22", path = "../metrics" }
metrics-util = { version = "^0.15", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] }
metrics-util = { version = "^0.16", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] }
thiserror = { version = "1", default-features = false }
quanta = { version = "0.12", default-features = false }
indexmap = { version = "1", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion metrics-observer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ keywords = ["metrics", "facade", "macros"]

[dependencies]
metrics = { version = "^0.22", path = "../metrics", default-features = false }
metrics-util = { version = "^0.15", path = "../metrics-util", default-features = false, features = ["summary"] }
metrics-util = { version = "^0.16", path = "../metrics-util", default-features = false, features = ["summary"] }
bytes = { version = "1", default-features = false }
crossbeam-channel = { version = "0.5", default-features = false, features = ["std"] }
prost = { version = "0.12", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion metrics-tracing-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ harness = false
[dependencies]
itoa = { version = "1", default-features = false }
metrics = { version = "^0.22", path = "../metrics" }
metrics-util = { version = "^0.15", path = "../metrics-util" }
metrics-util = { version = "^0.16", path = "../metrics-util" }
lockfree-object-pool = { version = "0.1.3", default-features = false }
indexmap = { version = "2.1", default-features = false, features = ["std"] }
once_cell = { version = "1", default-features = false, features = ["std"] }
Expand Down
2 changes: 2 additions & 0 deletions metrics-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.16.0] - 2023-12-24

### Fixed

- Fixed the `Debug` implementation for `bucket::Block<T>` which represented both an unsafe and
Expand Down
2 changes: 1 addition & 1 deletion metrics-util/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "metrics-util"
version = "0.15.1"
version = "0.16.0"
authors = ["Toby Lawrence <[email protected]>"]
edition = "2018"
rust-version = "1.65.0"
Expand Down

0 comments on commit 42d24d7

Please sign in to comment.