From b6b2353d5924027b5b057b40b7bd74d7d8a694a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 06:50:18 +0000 Subject: [PATCH] Bump sieve-cache from 0.1.4 to 0.2.0 Bumps [sieve-cache](https://github.com/jedisct1/rust-sieve-cache) from 0.1.4 to 0.2.0. - [Commits](https://github.com/jedisct1/rust-sieve-cache/commits/0.2.0) --- updated-dependencies: - dependency-name: sieve-cache dependency-type: direct:production update-type: version-update:semver-minor ... 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 45a303c..2fa07ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1047,9 +1047,9 @@ dependencies = [ [[package]] name = "sieve-cache" -version = "0.1.4" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "51bf3a9dccf2c079bf1465d449a485c85b36443caf765f2f127bfec28b180f75" +checksum = "6596ebf9d6adcf0e56d538a2f3b3f64b20d8139e7148e051eedca07a175aaffd" [[package]] name = "siphasher" diff --git a/Cargo.toml b/Cargo.toml index 50961a5..27efb03 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ rustc-hash = "1.1.0" serde = "1.0.202" serde_derive = "1.0.202" serde-big-array = "0.5.1" -sieve-cache = "0.1.4" +sieve-cache = "0.2.0" siphasher = "1.0.1" slabigator = "0.9.2" tokio = { version = "1.37.0", features = [