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-30 11:02:23 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-06-30 11:02:23 +0300
commit11d17b8de97a6a7f499846425c11e07e81bbab89 (patch)
tree3e01dc4242df1d5a6a1e742579f4c5a7118c6534
parentd03c6cb26afb69d4ff9ee9a6c359252d7ea70fee (diff)
deny: Update for latest version of dependencies
-rw-r--r--deny.toml19
1 files changed, 13 insertions, 6 deletions
diff --git a/deny.toml b/deny.toml
index d830d067c..dba491e95 100644
--- a/deny.toml
+++ b/deny.toml
@@ -72,12 +72,6 @@ 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
@@ -98,6 +92,19 @@ version = "0.2.13"
[[bans.skip]]
name = "tokio-macros"
+# ignore duplicated textwrap dependency because clap depends on an old version
+# https://github.com/clap-rs/clap/pull/1994
+[[bans.skip]]
+name = "textwrap"
+version = "0.11"
+
+# ignore duplicated miniz_oxide dependency because png/tiff depend on an old version
+# https://github.com/image-rs/image-tiff/pull/76
+# https://github.com/image-rs/image-png/pull/235
+[[bans.skip]]
+name = "miniz_oxide"
+version = "0.3"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"