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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-03-27 11:19:21 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-04-05 18:12:39 +0300
commit73dc6a8ef9c00840dd241ad2edc42eac5861df40 (patch)
tree23ce8cd4c333fcb1464257c7296419551786ff6a /deny.toml
parentff85d27944fcb0b04380fbc6bc5ef1f1d9113e1d (diff)
deny: Update
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1160>
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/deny.toml b/deny.toml
index 43a6826a..c6b50104 100644
--- a/deny.toml
+++ b/deny.toml
@@ -97,12 +97,6 @@ version = "0.5"
name = "idna"
version = "0.2"
-# image depends on older gif
-# https://github.com/image-rs/image/pull/1826
-[[bans.skip]]
-name = "gif"
-version = "0.11"
-
# field-offset and nix depend on an older memoffset
# https://github.com/Diggsey/rust-field-offset/pull/23
# https://github.com/nix-rust/nix/pull/1885
@@ -143,6 +137,12 @@ version = "1.0"
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]]
+name = "toml"
+version = "0.5"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"