From 0ce8d7185fc257c372d17871b805a58ba64d6773 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:33:19 +0000 Subject: [PATCH] Update twox-hash requirement from 1.6 to 2.1 Updates the requirements on [twox-hash](https://github.com/shepmaster/twox-hash) to permit the latest version. - [Changelog](https://github.com/shepmaster/twox-hash/blob/main/CHANGELOG.md) - [Commits](https://github.com/shepmaster/twox-hash/compare/v1.6.0...v2.1.0) --- updated-dependencies: - dependency-name: twox-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parquet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parquet/Cargo.toml b/parquet/Cargo.toml index 4064baba0947..70547dd67a0e 100644 --- a/parquet/Cargo.toml +++ b/parquet/Cargo.toml @@ -64,7 +64,7 @@ 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.15", default-features = false } -twox-hash = { version = "1.6", default-features = false } +twox-hash = { version = "2.1", default-features = false } paste = { version = "1.0" } half = { version = "2.1", default-features = false, features = ["num-traits"] } sysinfo = { version = "0.32.0", optional = true, default-features = false, features = ["system"] }