From 720c6648cfcb2d485b7a27f5654c9f94cff22ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2020 20:53:09 +0000 Subject: [PATCH] Bump fnv from 1.0.6 to 1.0.7 Bumps [fnv](https://github.com/servo/rust-fnv) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/servo/rust-fnv/releases) - [Commits](https://github.com/servo/rust-fnv/compare/v1.0.6...v1.0.7) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3473f14..a04236b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "fnv" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" +checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "getrandom"