diff --git a/Cargo.lock b/Cargo.lock index a0189812ff6123..fdd538528090a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6497,7 +6497,6 @@ version = "2.2.0" dependencies = [ "bv", "fnv", - "log", "rand 0.8.5", "rayon", "serde", diff --git a/bloom/Cargo.toml b/bloom/Cargo.toml index 5c8e1770d2165e..e7c33801d26aee 100644 --- a/bloom/Cargo.toml +++ b/bloom/Cargo.toml @@ -12,7 +12,6 @@ edition = { workspace = true } [dependencies] bv = { workspace = true, features = ["serde"] } fnv = { workspace = true } -log = { workspace = true } rand = { workspace = true } serde = { workspace = true, features = ["rc"] } serde_derive = { workspace = true }