diff --git a/Cargo.lock b/Cargo.lock index 3b611663..59ab4725 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,9 +1263,9 @@ dependencies = [ [[package]] name = "hashbrown" -version = "0.14.0" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" dependencies = [ "ahash", "allocator-api2", diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index 80ae449c..0dfa279c 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -20,7 +20,7 @@ datafusion-ext-commons = { workspace = true } datafusion-ext-exprs = { workspace = true } derivative = "2.2.0" futures = "0.3" -hashbrown = "0.14.0" +hashbrown = "0.14.2" itertools = "0.10.3" jni = "0.20.0" log = "0.4.14"