From 8301595f70e34a16676a7cbf427a40ac07c32640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 11:28:35 +0000 Subject: [PATCH] Update solana-bloom requirement from 1.16 to 2.0 Updates the requirements on [solana-bloom](https://github.com/anza-xyz/agave) to permit the latest version. - [Release notes](https://github.com/anza-xyz/agave/releases) - [Changelog](https://github.com/anza-xyz/agave/blob/master/CHANGELOG.md) - [Commits](https://github.com/anza-xyz/agave/compare/v1.17.25...v2.0.0) --- updated-dependencies: - dependency-name: solana-bloom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c30b23..d22239c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ sbbf-rs = "0.2" probabilistic-collections = "0.7" bloom = "0.3" fastbloom-rs = "0.5" -solana-bloom = "1.16" +solana-bloom = "2.0" criterion = { version = "0.5", features = ["html_reports"] } rand = "0.8" wyhash = "0.5"