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>2022-12-02 12:09:43 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-12-02 12:09:43 +0300
commit4604a6368cb65ea983fa54770e640fe6d9f4a421 (patch)
treebe792b17592f0ba62b1722d17e91f244368d69de /deny.toml
parent1c145e2ba919f3baf7bfadb02d9c306051e1a2f0 (diff)
deny: Remove another dependency that is not duplicated anymore
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/deny.toml b/deny.toml
index 624550d7b..4a40e0d22 100644
--- a/deny.toml
+++ b/deny.toml
@@ -127,13 +127,6 @@ version = "0.5"
name = "idna"
version = "0.2"
-# async-io / async-channel depend on an old version of concurrent-queue
-# https://github.com/smol-rs/async-channel/pull/50
-# https://github.com/smol-rs/async-io/pull/99
-[[bans.skip]]
-name = "concurrent-queue"
-version = "1"
-
# image depends on older gif
# https://github.com/image-rs/image/pull/1826
[[bans.skip]]