diff --git a/deny.toml b/deny.toml index b8cfe1c2f..e4274dda8 100644 --- a/deny.toml +++ b/deny.toml @@ -82,6 +82,8 @@ skip = [ { name = "darling_macro", version = "0.14.4" }, # async-graphql -> toml_edit depends on this old version { name = "winnow", version = "0.5.40" }, + # wasmtime, prost and sqlformat depend on this old version + { name = "itertools", version = "0.12.1" }, ] skip-tree = []