ksud: Replace dependencies regex to regex-lite

This commit is contained in:
チセ
2024-07-26 11:02:13 +08:00
committed by LoveSy
parent 0911af0686
commit a49adaa847
3 changed files with 13 additions and 6 deletions

View File

@@ -25,7 +25,6 @@ log = "0.4"
env_logger = { version = "0.11", default-features = false }
serde = { version = "1" }
serde_json = "1"
regex = "1"
encoding_rs = "0.8"
retry = "2"
humansize = "2"
@@ -46,6 +45,7 @@ sha1 = "0.10"
tempdir = "0.3"
chrono = "0.4"
hole-punch = { git = "https://github.com/tiann/hole-punch" }
regex-lite = "0.1.6"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies]
rustix = { git = "https://github.com/Kernel-SU/rustix.git", branch = "main", features = [