This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/master by this push:
     new 0762bf0  Update hashbrown requirement from 0.11 to 0.12 (#1631)
0762bf0 is described below

commit 0762bf02733a07064956d8b98b509d20a5063399
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 22 07:34:58 2022 -0500

    Update hashbrown requirement from 0.11 to 0.12 (#1631)
    
    Updates the requirements on 
[hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest 
version.
    - [Release notes](https://github.com/rust-lang/hashbrown/releases)
    - 
[Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
    - 
[Commits](https://github.com/rust-lang/hashbrown/compare/v0.11.0...v0.12.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashbrown
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 ballista/rust/core/Cargo.toml | 2 +-
 datafusion/Cargo.toml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml
index 190f7b8..060de42 100644
--- a/ballista/rust/core/Cargo.toml
+++ b/ballista/rust/core/Cargo.toml
@@ -33,7 +33,7 @@ simd = ["datafusion/simd"]
 ahash = { version = "0.7", default-features = false }
 async-trait = "0.1.36"
 futures = "0.3"
-hashbrown = "0.11"
+hashbrown = "0.12"
 log = "0.4"
 prost = "0.9"
 serde = {version = "1", features = ["derive"]}
diff --git a/datafusion/Cargo.toml b/datafusion/Cargo.toml
index 24a63c5..6897780 100644
--- a/datafusion/Cargo.toml
+++ b/datafusion/Cargo.toml
@@ -51,7 +51,7 @@ avro = ["avro-rs", "num-traits"]
 
 [dependencies]
 ahash = { version = "0.7", default-features = false }
-hashbrown = { version = "0.11", features = ["raw"] }
+hashbrown = { version = "0.12", features = ["raw"] }
 arrow = { version = "7.0.0", features = ["prettyprint"] }
 parquet = { version = "7.0.0", features = ["arrow"] }
 sqlparser = "0.13"

Reply via email to