Skip the duplicate itertools 0.14 in cargo-deny

wasmtime-internal-cranelift still depends on itertools 0.14 while the
workspace moves to 0.15.
This commit is contained in:
Quentin Gliech
2026-07-03 00:59:09 +02:00
parent 02ab9f1a73
commit 64b71bacab
+1
View File
@@ -56,6 +56,7 @@ multiple-versions = "deny"
skip = [
{ name = "itertools", version = "0.13.0" }, # zxcvbn depends on this old version
{ name = "itertools", version = "0.14.0" }, # wasmtime-internal-cranelift depends on this old version
# a few crates depend on old versions of hashbrown
{ name = "hashbrown", version = "0.14.5" },
{ name = "hashbrown", version = "0.15.5" },