Skip to content

Commit 88cd3fc

Browse files
committed
deps: remove our patched fork of grex now that our PR has been merged and grex 1.4.6 has been released
1 parent 00958a1 commit 88cd3fc

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ geozero = { version = "0.14.0", features = [
132132
"with-shp",
133133
], optional = true }
134134
governor = { version = "0.10", optional = true }
135-
grex = { version = "=1.4.5", default-features = false }
135+
grex = { version = "1.4", default-features = false }
136136
gzp = { version = "2", default-features = false, features = ["snappy_default"] }
137137
human-panic = "2"
138138
iana-time-zone = "0.1"
@@ -329,11 +329,6 @@ csvs_convert = { git = "https://github.com/jqnatividad/csvs_convert", branch = "
329329
# use upstream geozero with unreleased fixes
330330
geozero = { git = "https://github.com/georust/geozero", rev = "572cfc2" }
331331

332-
# use our patched fork of grex to bump deps and Unicode tables from 15 to 16 until our latest PR is merged
333-
# though our earlier PR was not merged, it was used as reference to implement the Unicode upgrade.
334-
# This fork also replaces the unmaintained `unic-*` crates in the RUSTSEC-2025-0094 advisory
335-
grex = { git = "https://github.com/jqnatividad/grex", branch = "replace-unmaintained-rust-unic-grex-145" }
336-
337332
# use our patched fork of json-objects-to-csv to bump deps and to preserve order until our PR is merged
338333
json-objects-to-csv = { git = "https://github.com/jqnatividad/json-objects-to-csv", branch = "preserve_order_issue_10" }
339334

0 commit comments

Comments
 (0)