Skip to content

Commit c3ab256

Browse files
build(deps): bump hdrhistogram from 7.4.0 to 7.5.0 (#1493)
Bumps [hdrhistogram](https://github.com/HdrHistogram/HdrHistogram_rust) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/HdrHistogram/HdrHistogram_rust/releases) - [Changelog](https://github.com/HdrHistogram/HdrHistogram_rust/blob/master/CHANGELOG.md) - [Commits](HdrHistogram/HdrHistogram_rust@v7.4.0...v7.5.0) --- updated-dependencies: - dependency-name: hdrhistogram dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1a52030 commit c3ab256

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,9 +469,9 @@ checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
469469

470470
[[package]]
471471
name = "hdrhistogram"
472-
version = "7.4.0"
472+
version = "7.5.0"
473473
source = "registry+https://github.com/rust-lang/crates.io-index"
474-
checksum = "6490be71f07a5f62b564bc58e36953f675833df11c7e4a0647bee7a07ca1ec5e"
474+
checksum = "31672b7011be2c4f7456c4ddbcb40e7e9a4a9fad8efe49a6ebaf5f307d0109c0"
475475
dependencies = [
476476
"byteorder",
477477
"num-traits",

linkerd/metrics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ test_util = []
1313

1414
[dependencies]
1515
deflate = { version = "1.0.0", features = ["gzip"] }
16-
hdrhistogram = { version = "7.4", default-features = false, optional = true }
16+
hdrhistogram = { version = "7.5", default-features = false, optional = true }
1717
http = "0.2"
1818
hyper = { version = "0.14.17", features = ["http1", "http2"] }
1919
linkerd-stack = { path = "../stack", optional = true }

0 commit comments

Comments
 (0)