From 945644e53b7e057a1b90ae971e4f7cf24218388d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 20 May 2020 08:09:14 +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-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 23e3224aea7..ab6c1f6c417 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,9 +1524,9 @@ checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e" [[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 = "font-kit"