Skip to content

Commit

Permalink
chore(deps): update hashbrown requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 6, 2023
1 parent 91e75d7 commit 66dfc74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion datafusion/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ datafusion-sql = { path = "../sql", version = "26.0.0" }
flate2 = { version = "1.0.24", optional = true }
futures = "0.3"
glob = "0.3.0"
hashbrown = { version = "0.13", features = ["raw"] }
hashbrown = { version = "0.14", features = ["raw"] }
indexmap = "1.9.2"
itertools = "0.10"
lazy_static = { version = "^1.4.0" }
Expand Down
2 changes: 1 addition & 1 deletion datafusion/execution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ path = "src/lib.rs"
dashmap = "5.4.0"
datafusion-common = { path = "../common", version = "26.0.0" }
datafusion-expr = { path = "../expr", version = "26.0.0" }
hashbrown = { version = "0.13", features = ["raw"] }
hashbrown = { version = "0.14", features = ["raw"] }
log = "^0.4"
object_store = "0.6.1"
parking_lot = "0.12"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/optimizer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ chrono = { version = "0.4.23", default-features = false }
datafusion-common = { path = "../common", version = "26.0.0" }
datafusion-expr = { path = "../expr", version = "26.0.0" }
datafusion-physical-expr = { path = "../physical-expr", version = "26.0.0", default-features = false }
hashbrown = { version = "0.13", features = ["raw"] }
hashbrown = { version = "0.14", features = ["raw"] }
itertools = "0.10"
log = "^0.4"
regex-syntax = "0.7.1"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/physical-expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ datafusion-common = { path = "../common", version = "26.0.0" }
datafusion-expr = { path = "../expr", version = "26.0.0" }
datafusion-row = { path = "../row", version = "26.0.0" }
half = { version = "2.1", default-features = false }
hashbrown = { version = "0.13", features = ["raw"] }
hashbrown = { version = "0.14", features = ["raw"] }
indexmap = "1.9.2"
itertools = { version = "0.10", features = ["use_std"] }
lazy_static = { version = "^1.4.0" }
Expand Down

0 comments on commit 66dfc74

Please sign in to comment.