This is an automated email from the ASF dual-hosted git repository.
mneumann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/master by this push:
new 9a119363f Update hashbrown requirement from 0.14.2 to 0.15.1 (#6684)
9a119363f is described below
commit 9a119363f28a5da53b6dbcb7b7899d4b8353e3aa
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 5 16:11:46 2024 +0100
Update hashbrown requirement from 0.14.2 to 0.15.1 (#6684)
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](https://github.com/rust-lang/hashbrown/compare/v0.14.2...v0.15.1)
---
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>
---
arrow-array/Cargo.toml | 2 +-
parquet/Cargo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arrow-array/Cargo.toml b/arrow-array/Cargo.toml
index 4c967df03..6eae8e246 100644
--- a/arrow-array/Cargo.toml
+++ b/arrow-array/Cargo.toml
@@ -48,7 +48,7 @@ chrono = { workspace = true }
chrono-tz = { version = "0.10", optional = true }
num = { version = "0.4.1", default-features = false, features = ["std"] }
half = { version = "2.1", default-features = false, features = ["num-traits"] }
-hashbrown = { version = "0.14.2", default-features = false }
+hashbrown = { version = "0.15.1", default-features = false }
[features]
ffi = ["arrow-schema/ffi", "arrow-data/ffi"]
diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml
index 133b5b212..4064baba0 100644
--- a/parquet/Cargo.toml
+++ b/parquet/Cargo.toml
@@ -63,7 +63,7 @@ serde_json = { version = "1.0", default-features = false,
features = ["std"], op
seq-macro = { version = "0.3", default-features = false }
futures = { version = "0.3", default-features = false, features = ["std"],
optional = true }
tokio = { version = "1.0", optional = true, default-features = false, features
= ["macros", "rt", "io-util"] }
-hashbrown = { version = "0.14", default-features = false }
+hashbrown = { version = "0.15", default-features = false }
twox-hash = { version = "1.6", default-features = false }
paste = { version = "1.0" }
half = { version = "2.1", default-features = false, features = ["num-traits"] }