Skip to content

Commit 42d24d7

Browse files
committed
(cargo-release) version 0.16.0
1 parent da3edb3 commit 42d24d7

File tree

6 files changed

+7
-5
lines changed

6 files changed

+7
-5
lines changed

metrics-benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ hdrhistogram = { version = "7.2", default-features = false }
1414
quanta = "0.12"
1515
portable-atomic = { version = "1", default-features = false, features = ["fallback"] }
1616
metrics = { version = "^0.22", path = "../metrics" }
17-
metrics-util = { version = "0.15", path = "../metrics-util" }
17+
metrics-util = { version = "^0.16", path = "../metrics-util" }

metrics-exporter-prometheus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ push-gateway = ["async-runtime", "hyper/client", "hyper-tls", "tracing"]
2424

2525
[dependencies]
2626
metrics = { version = "^0.22", path = "../metrics" }
27-
metrics-util = { version = "^0.15", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] }
27+
metrics-util = { version = "^0.16", path = "../metrics-util", default-features = false, features = ["recency", "registry", "summary"] }
2828
thiserror = { version = "1", default-features = false }
2929
quanta = { version = "0.12", default-features = false }
3030
indexmap = { version = "1", default-features = false }

metrics-observer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ keywords = ["metrics", "facade", "macros"]
1818

1919
[dependencies]
2020
metrics = { version = "^0.22", path = "../metrics", default-features = false }
21-
metrics-util = { version = "^0.15", path = "../metrics-util", default-features = false, features = ["summary"] }
21+
metrics-util = { version = "^0.16", path = "../metrics-util", default-features = false, features = ["summary"] }
2222
bytes = { version = "1", default-features = false }
2323
crossbeam-channel = { version = "0.5", default-features = false, features = ["std"] }
2424
prost = { version = "0.12", default-features = false }

metrics-tracing-context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ harness = false
3030
[dependencies]
3131
itoa = { version = "1", default-features = false }
3232
metrics = { version = "^0.22", path = "../metrics" }
33-
metrics-util = { version = "^0.15", path = "../metrics-util" }
33+
metrics-util = { version = "^0.16", path = "../metrics-util" }
3434
lockfree-object-pool = { version = "0.1.3", default-features = false }
3535
indexmap = { version = "2.1", default-features = false, features = ["std"] }
3636
once_cell = { version = "1", default-features = false, features = ["std"] }

metrics-util/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased] - ReleaseDate
1111

12+
## [0.16.0] - 2023-12-24
13+
1214
### Fixed
1315

1416
- Fixed the `Debug` implementation for `bucket::Block<T>` which represented both an unsafe and

metrics-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metrics-util"
3-
version = "0.15.1"
3+
version = "0.16.0"
44
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
55
edition = "2018"
66
rust-version = "1.65.0"

0 commit comments

Comments
 (0)