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>2021-03-10 12:07:39 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-03-10 12:07:39 +0300
commitb57c50bdb9fd10a778fcc60bf1cb2935ecd3168f (patch)
tree9028e1f58453f8ff35cb52cda5c5b0bbda45433f /deny.toml
parent2cada57efc92cb4201d999fd214ad9665313c188 (diff)
deny: Update
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml29
1 files changed, 12 insertions, 17 deletions
diff --git a/deny.toml b/deny.toml
index 09c08439..84af2e1f 100644
--- a/deny.toml
+++ b/deny.toml
@@ -77,18 +77,6 @@ version = "0.3"
name = "cfg-if"
version = "0.1"
-# ignore duplicated pin-project dependency because a futures, hyper and rusoto
-# still depend on the old version
-# https://github.com/rust-lang/futures-rs/commit/8a65340675fdf0ba16997cf507ee6bb27d1dcd15
-# https://github.com/hyperium/hyper/commit/02732bef0c1accb441b9b14c07cb2c494234a682
-# https://github.com/rusoto/rusoto/pull/1847
-[[bans.skip]]
-name = "pin-project"
-version = "0.4"
-[[bans.skip]]
-name = "pin-project-internal"
-version = "0.4"
-
# ignore duplicated pin-project-lite dependency because many crates depend on an old version
[[bans.skip]]
name = "pin-project-lite"
@@ -108,11 +96,6 @@ version = "0.5"
name = "mio"
version = "0.6"
-# ignore duplicated redox_syscall dependency because parking_lot/dirs-next depends on an old version
-[[bans.skip]]
-name = "redox_syscall"
-version = "0.1"
-
# ignore duplicated rustc_version dependency because various crates depend on an old version
[[bans.skip]]
name = "rustc_version"
@@ -129,6 +112,18 @@ version = "0.7"
name = "system-deps"
version = "2.0"
+# ignore duplicated num-rational dependency because image depends on an old version
+# https://github.com/image-rs/image/pull/1451
+[[bans.skip]]
+name = "num-rational"
+version = "0.3"
+
+# ignore duplicated ansi_term dependency because clap depends on an old version
+# https://github.com/clap-rs/clap/pull/2402
+[[bans.skip]]
+name = "ansi_term"
+version = "0.11"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"