From fe2f23e79e9985513db7fb988858a94fec7de508 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2020 08:29:53 +0000 Subject: [PATCH] build(deps): bump siphasher from 0.3.1 to 0.3.3 Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 0.3.1 to 0.3.3. - [Release notes](https://github.com/jedisct1/rust-siphash/releases) - [Commits](https://github.com/jedisct1/rust-siphash/compare/0.3.1...0.3.3) 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 7bd0b186724..5b452c2ec89 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5244,9 +5244,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.1" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83da420ee8d1a89e640d0948c646c1c088758d3a3c538f943bfa97bdac17929d" +checksum = "fa8f3741c7372e75519bd9346068370c9cdaabcc1f9599cbcf2a2719352286b7" [[package]] name = "size_of_test"