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-11-09 11:06:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-10 17:05:26 +0300
commit4cfa48b4ef7f69ecdaa978de58cf415be9dbc771 (patch)
treecc48ac91b65d85c4a2dcd9ce9a3323d7ad30484e
parent7fcf6d6faf6900116f10e83cce439728fdbc5a91 (diff)
deny: Add override for duplicated toml_edit dependency
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1388>
-rw-r--r--deny.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index dbdfd5c1..2fbd2d7c 100644
--- a/deny.toml
+++ b/deny.toml
@@ -169,6 +169,12 @@ version = "0.7"
name = "tracing-log"
version = "0.1"
+# proc-macro-crate depends on an older version of toml_edit
+# https://github.com/bkchr/proc-macro-crate/pull/41
+[[bans.skip]]
+name = "toml_edit"
+version = "0.20"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"