mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-04-28 07:55:22 +00:00
cargo-deny: Remove bitflags from the list
We now use bitflags 2.x Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1268>
This commit is contained in:
parent
58adebb325
commit
64151790d0
1 changed files with 0 additions and 5 deletions
|
@ -131,11 +131,6 @@ version = "0.4"
|
||||||
name = "syn"
|
name = "syn"
|
||||||
version = "1.0"
|
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
|
# cargo-lock depends on an old version of the toml crate
|
||||||
# https://github.com/rustsec/rustsec/pull/805
|
# https://github.com/rustsec/rustsec/pull/805
|
||||||
[[bans.skip]]
|
[[bans.skip]]
|
||||||
|
|
Loading…
Reference in a new issue