From 94bd94b65818d6b76aac555450f68162ada06813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 10:02:11 +0000 Subject: [PATCH] build(deps): update histogram requirement from 0.6 to 0.7 Updates the requirements on [histogram](https://github.com/pelikan-io/rustcommon) to permit the latest version. - [Release notes](https://github.com/pelikan-io/rustcommon/releases) - [Commits](https://github.com/pelikan-io/rustcommon/commits) --- updated-dependencies: - dependency-name: histogram dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78d513e..42f6600 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ fmt-extra = "0.2" [dev-dependencies] rand = "0.7.3" -histogram = "0.6" +histogram = "0.7" quickcheck = "0.9" rollsum = "0.3" criterion = "0.3"