We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8d8a5 commit a49d642Copy full SHA for a49d642
deny.toml
@@ -31,6 +31,7 @@ allow = [
31
"OpenSSL",
32
"Unicode-3.0",
33
"Unicode-DFS-2016",
34
+ "Zlib",
35
]
36
37
# Ring's license is a bit complicated, so we need to specify it manually
@@ -63,8 +64,6 @@ skip = [
63
64
{ name = "idna", version = "0.5.0" },
65
# axum-macros, sqlx-macros and sea-query-attr use an old version
66
{ name = "heck", version = "0.4.1" },
- # async-graphql -> toml_edit depends on this old version
67
- { name = "winnow", version = "0.5.40" },
68
# wasmtime -> cranelift is depending on this old version
69
{ name = "itertools", version = "0.12.1" },
70
0 commit comments