Bump slabigator from 0.9.1 to 0.9.2

Bumps [slabigator](https://github.com/jedisct1/rust-slabigator) from 0.9.1 to 0.9.2.
- [Commits](https://github.com/jedisct1/rust-slabigator/compare/0.9.1...0.9.2)

---
updated-dependencies:
- dependency-name: slabigator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/233/head
dependabot[bot] 2 months ago committed by GitHub
parent ab7a76af4b
commit 0bcfdad0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated

@ -1073,9 +1073,9 @@ dependencies = [
[[package]]
name = "slabigator"
version = "0.9.1"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4501269b57e7d961ebe6e41babe7b11071ec1ce5ea8a468905b990475461626"
checksum = "65134993b6b8bc570e165356c51dc22e87c4b83b4232dc39a7d93a2ca8b0c080"
[[package]]
name = "smallvec"

@ -45,7 +45,7 @@ serde_derive = "1.0.197"
serde-big-array = "0.5.1"
sieve-cache = "0.1.4"
siphasher = "1.0.0"
slabigator = "0.9.1"
slabigator = "0.9.2"
tokio = { version = "1.36.0", features = [
"net",
"io-std",

Loading…
Cancel
Save