Skip to content

Commit 83b97c5

Browse files
Update hashbrown requirement from 0.13 to 0.14 (#846)
Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](rust-lang/hashbrown@v0.13.1...v0.14.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>
1 parent 949d574 commit 83b97c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ballista/cache/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ edition = "2021"
2525
[dependencies]
2626
async-trait = "0.1.64"
2727
futures = "0.3"
28-
hashbrown = "0.13"
28+
hashbrown = "0.14"
2929
log = "0.4"
3030
parking_lot = "0.12"
3131
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }

ballista/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ datafusion = { workspace = true }
5555
datafusion-objectstore-hdfs = { version = "0.1.1", default-features = false, optional = true }
5656
datafusion-proto = { workspace = true }
5757
futures = "0.3"
58-
hashbrown = "0.13"
58+
hashbrown = "0.14"
5959

6060
itertools = "0.11"
6161
libloading = "0.8.0"

0 commit comments

Comments
 (0)