From f7ba1370fe1f7c10aeabf082c259ef816dc8e05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jul 2021 10:02:22 +0000 Subject: [PATCH] Bump siphasher from 0.3.5 to 0.3.6 Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/jedisct1/rust-siphash/releases) - [Commits](https://github.com/jedisct1/rust-siphash/commits/0.3.6) --- 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 35ffdc51..46924525 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2346,9 +2346,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27" +checksum = "729a25c17d72b06c68cb47955d44fda88ad2d3e7d77e025663fdd69b93dd71a1" [[package]] name = "slab"