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>2021-10-19 09:44:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-10-19 09:44:54 +0300
commit6111d0f4ed7c0f15eae5386305941598ca24454a (patch)
treeb31559a585d8f182b6492ff49012db17add6e224 /deny.toml
parent27b9f0d868f436e9b2bcc3e51f393c40b56fcc02 (diff)
deny: Also ignore RUSTSEC-2020-0159 for now
Also waiting for https://github.com/chronotope/chrono/pull/578
Diffstat (limited to 'deny.toml')
-rw-r--r--deny.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 82f6d93bc..ef8355c65 100644
--- a/deny.toml
+++ b/deny.toml
@@ -7,6 +7,7 @@ notice = "warn"
ignore = [
# Waiting for https://github.com/chronotope/chrono/pull/578
"RUSTSEC-2020-0071",
+ "RUSTSEC-2020-0159",
]
[licenses]