Revert "cargo-deny: Remove bitflags from the list"

This reverts commit 64151790d0.
Some dependencies still use bitflags 1
This commit is contained in:
Sebastian Dröge 2023-07-07 09:08:50 +03:00
parent 1dd13c4812
commit b6bc7fb6d5

View file

@ -131,6 +131,11 @@ version = "0.4"
name = "syn"
version = "1.0"
# Various crates depend on an older version of bitflags
[[bans.skip]]
name = "bitflags"
version = "1.0"
# cargo-lock depends on an old version of the toml crate
# https://github.com/rustsec/rustsec/pull/805
[[bans.skip]]