From 9297446765f7bf96083c0c05e8be0455d1b01898 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 04:22:50 +0000 Subject: [PATCH] Bump hashbrown from 0.14.5 to 0.15.1 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.14.5 to 0.15.1. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.14.5...v0.15.1) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 ++++++- native-engine/datafusion-ext-plans/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a56b355b..8ecdcfcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ "foldhash", "futures", "futures-util", - "hashbrown 0.14.5", + "hashbrown 0.15.1", "itertools 0.13.0", "jni", "log", @@ -1499,6 +1499,11 @@ name = "hashbrown" version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash", +] [[package]] name = "heck" diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index f6cc93ac..adebef0a 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -28,7 +28,7 @@ derivative = "2.2.0" foldhash = "0.1.3" futures = "0.3" futures-util = "0.3.31" -hashbrown = "0.14.5" +hashbrown = "0.15.1" itertools = "0.13.0" jni = "0.20.0" log = "0.4.22"