From b225d9a24faf0e5ade1c12a7171f6cbe5720b82d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:13:06 +0000 Subject: [PATCH] Update twox-hash requirement from 1.6 to 2.0 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.0.1) --- 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..152f37e16ad8 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.0", 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"] }