From 0bcfdad0c50e39fe26db761c3d21f7cb2f44589b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 04:53:37 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f44a3c..9636505 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index 3b9352c..bf41ce0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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",