refactor: switch to own quirks_path

This commit is contained in:
2024-03-05 09:59:00 +08:00
parent b996be0702
commit 8c460dfdc0
12 changed files with 66 additions and 177 deletions

8
Cargo.lock generated
View File

@@ -3584,6 +3584,7 @@ dependencies = [
"maplit",
"opendal",
"qbit-rs",
"quirks_path",
"regex",
"reqwest",
"rss",
@@ -3600,7 +3601,6 @@ dependencies = [
"tokio",
"tracing",
"tracing-subscriber",
"uni-path",
"url",
"uuid",
"validator",
@@ -5592,12 +5592,6 @@ version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
[[package]]
name = "uni-path"
version = "1.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25e328d505b1f855c20e7358711b7ec6398524181664f016dd15cfb36c3a6275"
[[package]]
name = "unic-char-property"
version = "0.9.0"