Skip to content

Commit ad30460

Browse files
committed
deps: remove hashbrown patched fork
now that hashbrown 0.16 is more widely used
1 parent d86bc70 commit ad30460

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,6 @@ geozero = { git = "https://github.com/georust/geozero", rev = "572cfc2" }
330330
# This fork also replaces the unmaintained `unic-*` crates in the RUSTSEC-2025-0094 advisory
331331
grex = { git = "https://github.com/jqnatividad/grex", branch = "replace-unmaintained-rust-unic-grex-145" }
332332

333-
# use upstream hashbrown with fixes and performance improvements for post-0.15.5 release
334-
# as 16.0.0 is not widely used yet and we want to take advantage of these fixes and improvements
335-
# without the breaking changes that 16.0.0 will bring. Remove this once 16.0.0 is widely used.
336-
hashbrown = { git = "https://github.com/rust-lang/hashbrown", rev = "e2a634b" }
337-
338333
# use our patched fork of json-objects-to-csv to bump deps and to preserve order until our PR is merged
339334
json-objects-to-csv = { git = "https://github.com/jqnatividad/json-objects-to-csv", branch = "preserve_order_issue_10" }
340335

0 commit comments

Comments
 (0)