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] <support@github.com>
pull/234/head
dependabot[bot] 2 months ago committed by GitHub
parent ab7a76af4b
commit 9b173de863
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated

@ -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"

@ -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",

Loading…
Cancel
Save