replace winapi to windows crate (#1455)

This commit is contained in:
houseme
2026-01-10 02:15:08 +08:00
committed by GitHub
parent 9e162b6e9e
commit 04f441361e
5 changed files with 175 additions and 95 deletions
+1 -1
View File
@@ -251,7 +251,7 @@ uuid = { version = "1.19.0", features = ["v4", "fast-rng", "macro-diagnostics"]
vaultrs = { version = "0.7.4" }
walkdir = "2.5.0"
wildmatch = { version = "2.6.1", features = ["serde"] }
winapi = { version = "0.3.9" }
windows = { version = "0.62.2" }
xxhash-rust = { version = "0.8.15", features = ["xxh64", "xxh3"] }
zip = "7.0.0"
zstd = "0.13.3"