chore: Add windows-sys and hermit-abi to cargo-deny skip-tree (#1257)

* chore: Add windows-sys to cargo-deny skip-tree

* chore: Add hermit-abi to cargo-deny skip-tree
This commit is contained in:
tottoto
2023-02-07 23:41:05 +09:00
committed by GitHub
parent 8a6eb50b1e
commit 09c13fac90
+2
View File
@@ -16,6 +16,8 @@ deny = [
]
skip-tree = [
{ name = "rustls-pemfile" },
{ name = "windows-sys" },
{ name = "hermit-abi" },
]
[licenses]