diff --git a/Cargo.lock b/Cargo.lock index 56f6ed8af..0870ed0c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3215,11 +3215,11 @@ checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7" [[package]] name = "fastbloom" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18c1ddb9231d8554c2d6bdf4cfaabf0c59251658c68b6c95cd52dd0c513a912a" +checksum = "e5373be179f80b5f1b4bd853a95adee710193b5ca284cb7f767e8e887ba80a7b" dependencies = [ - "getrandom 0.3.4", + "foldhash 0.2.0", "libm", "rand 0.9.2", "siphasher", diff --git a/Cargo.toml b/Cargo.toml index d35e8b225..b5ed78250 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ crc32fast = "1" datafusion = "50" datafusion-cli = "50" deltalake = { version = "0.29", features = ["deltalake-aws", "deltalake-gcp"] } -fastbloom = "0.14" +fastbloom = "0.15" futures = { version = "0.3", default-features = false } hashbrown = "0.16" iceberg = { git = "https://github.com/apache/iceberg-rust", rev = "5c3c5a2800f2c1f61b6a306b66b32be35e96dd11", default-features = false, features = [