From 9b173de863a735a19106f37b1846406d1299268c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:53:43 +0000 Subject: [PATCH] Bump siphasher from 1.0.0 to 1.0.1 Bumps [siphasher](https://github.com/jedisct1/rust-siphash) from 1.0.0 to 1.0.1. - [Commits](https://github.com/jedisct1/rust-siphash/compare/1.0.0...1.0.1) --- updated-dependencies: - dependency-name: siphasher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f44a3c..32d95f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,9 +1058,9 @@ checksum = "51bf3a9dccf2c079bf1465d449a485c85b36443caf765f2f127bfec28b180f75" [[package]] name = "siphasher" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "54ac45299ccbd390721be55b412d41931911f654fa99e2cb8bfb57184b2061fe" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" [[package]] name = "slab" diff --git a/Cargo.toml b/Cargo.toml index 3b9352c..cb27656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ serde = "1.0.197" serde_derive = "1.0.197" serde-big-array = "0.5.1" sieve-cache = "0.1.4" -siphasher = "1.0.0" +siphasher = "1.0.1" slabigator = "0.9.1" tokio = { version = "1.36.0", features = [ "net",