Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilal Elmoussaoui <belmouss@redhat.com>2023-07-06 16:26:13 +0300
committerBilal Elmoussaoui <belmouss@redhat.com>2023-07-06 16:26:13 +0300
commit64151790d0a8b1d0594b6740ff43bf85504c32aa (patch)
treef2b8e8da9a0788e8bade9e968b1e18ccb2eb6527 /deny.toml
parent58adebb325bd3340b6d7e6e5ae84f8099ae21ff6 (diff)
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>
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml5
1 files changed, 0 insertions, 5 deletions
diff --git a/deny.toml b/deny.toml
index ff750655d..b1ef9fc87 100644
--- a/deny.toml
+++ b/deny.toml
@@ -131,11 +131,6 @@ 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]]