Add old itertools version to the cargo-deny allow list

This commit is contained in:
Quentin Gliech
2024-07-01 12:37:36 +02:00
parent a814f6b26e
commit 8acaa8a08a

View File

@@ -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 = []