Skip to content

Commit a2ef0c1

Browse files
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](shepmaster/twox-hash@v1.6.0...v2.1.0) --- updated-dependencies: - dependency-name: twox-hash dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a74a25 commit a2ef0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parquet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ seq-macro = { version = "0.3", default-features = false }
6464
futures = { version = "0.3", default-features = false, features = ["std"], optional = true }
6565
tokio = { version = "1.0", optional = true, default-features = false, features = ["macros", "rt", "io-util"] }
6666
hashbrown = { version = "0.15", default-features = false }
67-
twox-hash = { version = "1.6", default-features = false }
67+
twox-hash = { version = "2.1", default-features = false }
6868
paste = { version = "1.0" }
6969
half = { version = "2.1", default-features = false, features = ["num-traits"] }
7070
sysinfo = { version = "0.33.0", optional = true, default-features = false, features = ["system"] }

0 commit comments

Comments
 (0)