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>2020-06-19 09:32:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-19 09:32:54 +0300
commitecac8002d9fffad5afa91a1074241a02e5402f77 (patch)
tree59856915d2a876da0d403d0d55e9b138f8736339 /deny.toml
parentd9257c22193f3f27f9ff98f2202654340cf6c269 (diff)
deny: Ignore duplicated num-rational dependency for now
image depends on the old 0.2 version currently.
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index ec564c745..d830d067c 100644
--- a/deny.toml
+++ b/deny.toml
@@ -72,6 +72,12 @@ version = "0.2"
name = "winapi"
version = "0.2"
+# ignore duplicated deps because of image depending on old num-rational
+# https://github.com/image-rs/image/pull/1263
+[[bans.skip]]
+name = "num-rational"
+version = "0.2"
+
# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
# hyperx, reqwest depending on old time
# https://github.com/chronotope/chrono/issues/400