chore: specify regex dependency without unicode feature (#2045)

This commit is contained in:
Aaron Chen
2025-11-15 22:46:51 +08:00
committed by GitHub
parent eb9a886cfa
commit 72ab3c0697

View File

@@ -170,7 +170,7 @@ hickory-resolver = { version = "0.25", optional = true, features = ["serde"] }
idna = "1.0"
ipnet = "2.10"
iprange = "0.6"
regex = "1.4"
regex = { version = "1.4", default-features = false, features = ["std", "perf"] }
mime = { version = "0.3", optional = true }
flate2 = { version = "1.0", optional = true }