cargo-deny: Add Zlib to allowed licenses and remove winnow from skips

This commit is contained in:
Quentin Gliech
2024-10-07 19:13:48 +02:00
parent 81932f95bf
commit 8b04dd384a

View File

@@ -31,6 +31,7 @@ allow = [
"OpenSSL",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
]
# Ring's license is a bit complicated, so we need to specify it manually
@@ -63,8 +64,6 @@ skip = [
{ name = "idna", version = "0.5.0" },
# axum-macros, sqlx-macros and sea-query-attr use an old version
{ name = "heck", version = "0.4.1" },
# async-graphql -> toml_edit depends on this old version
{ name = "winnow", version = "0.5.40" },
# wasmtime -> cranelift is depending on this old version
{ name = "itertools", version = "0.12.1" },
# wasmtime -> cranelift is depending on this old version