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"