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-10-18 09:47:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2020-10-18 09:47:36 +0300
commit9d394d39edadcd4c59053f524fa1be6dd4e6b75c (patch)
tree1e7b712893003267293e6de0d0be0ecef8d71091 /deny.toml
parenteced2006e34759401f660ff8b0408b3b7c18bd72 (diff)
deny: Update
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml17
1 files changed, 16 insertions, 1 deletions
diff --git a/deny.toml b/deny.toml
index fc4c1f2ef..8e1dcf10c 100644
--- a/deny.toml
+++ b/deny.toml
@@ -6,7 +6,10 @@ unmaintained = "warn"
notice = "warn"
ignore = [
# ignore because mio/miow still depend on net2, next mio release fixes this
- "RUSTSEC-2020-0016"
+ "RUSTSEC-2020-0016",
+ # ignore because rusoto_credentials still depends on dirs instead of dirs-next
+ # https://github.com/rusoto/rusoto/pull/1846
+ "RUSTSEC-2020-0053",
]
[licenses]
@@ -111,6 +114,18 @@ version = "0.12"
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"
+
[sources]
unknown-registry = "deny"
unknown-git = "deny"