You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/10 17:52:40 UTC

[arrow-ballista] branch master updated: Update hashbrown requirement from 0.12 to 0.13 (#506)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ea811346 Update hashbrown requirement from 0.12 to 0.13 (#506)
ea811346 is described below

commit ea811346b156c7626cce7875978e439ddbdb1ff3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 10 10:52:35 2022 -0700

    Update hashbrown requirement from 0.12 to 0.13 (#506)
    
    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.12.0...v0.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashbrown
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 ballista/core/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ballista/core/Cargo.toml b/ballista/core/Cargo.toml
index a9990042..700ae21c 100644
--- a/ballista/core/Cargo.toml
+++ b/ballista/core/Cargo.toml
@@ -50,7 +50,7 @@ datafusion = "14.0.0"
 datafusion-objectstore-hdfs = { version = "0.1.1", default-features = false, optional = true }
 datafusion-proto = "14.0.0"
 futures = "0.3"
-hashbrown = "0.12"
+hashbrown = "0.13"
 
 itertools = "0.10"
 libloading = "0.7.3"