From d84f6f3c25b6cc902a6ce3fdf1a56ebcaf6e9cc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Sep 2021 10:03:42 +0000 Subject: [PATCH] Bump siphasher from 0.3.6 to 0.3.7 Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.6 to 0.3.7. - [Release notes](https://github.com/jedisct1/rust-siphash/releases) - [Commits](https://github.com/jedisct1/rust-siphash/compare/0.3.6...0.3.7) --- updated-dependencies: - dependency-name: siphasher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1167f2f..7be342d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,9 +2346,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.6" +version = "0.3.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1" +checksum = "533494a8f9b724d33625ab53c6c4800f7cc445895924a8ef649222dcb76e938b" [[package]] name = "slab"