From 96f941cf1ca692e5c7891537578a4cfc05636f9e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 May 2020 08:34:56 +0000 Subject: [PATCH] Bump histogram from 0.6.8 to 0.6.9 Bumps [histogram](https://github.com/brayniac/histogram) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/brayniac/histogram/releases) - [Commits](https://github.com/brayniac/histogram/compare/0.6.8...0.6.9) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a1379f83c6..28e7c7457f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2464,9 +2464,9 @@ dependencies = [ [[package]] name = "histogram" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1bdcec4094c1ca961b685384ea7af76af5718230b3f34657d1a71fd2dcf4cc9d" +checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669" [[package]] name = "html5ever"