Skip to content

Commit 71a4013

Browse files
committed
cargo-deny: Add Zlib to allowed licenses and remove winnow from skips
1 parent 409c53e commit 71a4013

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deny.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ allow = [
3131
"OpenSSL",
3232
"Unicode-3.0",
3333
"Unicode-DFS-2016",
34+
"Zlib",
3435
]
3536

3637
# Ring's license is a bit complicated, so we need to specify it manually
@@ -63,8 +64,6 @@ skip = [
6364
{ name = "idna", version = "0.5.0" },
6465
# axum-macros, sqlx-macros and sea-query-attr use an old version
6566
{ name = "heck", version = "0.4.1" },
66-
# async-graphql -> toml_edit depends on this old version
67-
{ name = "winnow", version = "0.5.40" },
6867
# wasmtime -> cranelift is depending on this old version
6968
{ name = "itertools", version = "0.12.1" },
7069
# wasmtime -> cranelift is depending on this old version

0 commit comments

Comments
 (0)