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>2022-06-06 11:58:46 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-06-06 11:58:46 +0300
commit0b8883e3caf119ff2729a7dfe9642d1c8540e437 (patch)
treee329cffa908577fc9474367166bc243c4fa969bf
parent427ebcd7595f42a479b9f33a65c6444e769f02bd (diff)
deny: Update
-rw-r--r--deny.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/deny.toml b/deny.toml
index 880b730c..bb39f88a 100644
--- a/deny.toml
+++ b/deny.toml
@@ -9,6 +9,8 @@ ignore = [
"RUSTSEC-2021-0059",
"RUSTSEC-2021-0060",
"RUSTSEC-2021-0061",
+ # https://github.com/chronotope/chrono/issues/499
+ "RUSTSEC-2020-0071",
]
[licenses]