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-11-09 10:15:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-11-09 10:15:55 +0300
commitf22be3a5864307f962348c3674d438384de867f1 (patch)
tree813a0eeab19d0733f678667a22b06fc431f86272 /deny.toml
parent10d8cc21e64ec79b374365b234d9f197d255821c (diff)
deny: Update
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index d8c64cf83..9774e9356 100644
--- a/deny.toml
+++ b/deny.toml
@@ -147,6 +147,13 @@ version = "0.2"
name = "base64"
version = "0.20.0-alpha.1"
+# 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"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"