mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-09-24 19:54:56 +00:00
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:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user