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>2023-09-25 13:37:16 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-09-25 13:37:16 +0300
commit559313402ef61f2b806776d60fcea13bf239467b (patch)
tree9b08f0346d7c7f52857e648d0790dd4416e79227 /deny.toml
parent9595c6a1e51c663be8a03bff8b557feceb960a9e (diff)
deny: Remove obsolete entries
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1334>
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml18
1 files changed, 0 insertions, 18 deletions
diff --git a/deny.toml b/deny.toml
index 178e1521e..e6b5472a2 100644
--- a/deny.toml
+++ b/deny.toml
@@ -10,8 +10,6 @@ ignore = [
"RUSTSEC-2021-0060",
"RUSTSEC-2021-0061",
"RUSTSEC-2021-0145",
- # https://github.com/chronotope/chrono/issues/499
- "RUSTSEC-2020-0071",
# sodiumoxide is deprecated
"RUSTSEC-2021-0137",
]
@@ -45,17 +43,6 @@ multiple-versions = "deny"
highlight = "all"
wildcards = "allow"
-# ignore duplicated deps because of chrono, cookie, cookie_store, hyper,
-# hyperx, reqwest depending on old time
-# https://github.com/chronotope/chrono/issues/400
-# https://github.com/pfernie/cookie_store/issues/11
-# https://github.com/hyperium/hyper/pull/2139
-# https://github.com/dekellum/hyperx/issues/21
-# https://github.com/seanmonstar/reqwest/issues/934
-[[bans.skip]]
-name = "time"
-version = "0.1"
-
# ignore duplicated crc dependency because ffv1 depends on an old version
# https://github.com/rust-av/ffv1/issues/21
[[bans.skip]]
@@ -79,11 +66,6 @@ version = "0.9"
name = "hmac"
version = "0.11"
-# ignore duplicated wasi dependency because various crates depends on an old version
-[[bans.skip]]
-name = "wasi"
-version = "0.10"
-
# ignore duplicated spin dependency because various crates depend on an old version
[[bans.skip]]
name = "spin"