diff --git a/deny.toml b/deny.toml index 77f4e0010..c43cf73dc 100644 --- a/deny.toml +++ b/deny.toml @@ -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