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:
authorSebastian Dröge <sebastian@centricular.com>2023-03-27 11:19:21 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-03-27 11:19:21 +0300
commit539051c892b71e717f46a7bba3aaed0a4171738f (patch)
tree5e3f7d183db33e9d41f7627fa8205af3eabcbbeb /deny.toml
parent002e22510fbe9957ddb437bd0874795a72cd0da2 (diff)
deny: Update
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 43a6826a0..c6b501046 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"