commit 6234f267823a878643c2a19f0ed0a28879e78622
parent 1636281052b42410306cb19fd8710cfbe9e3a7a1
Author: Eric Scouten <scouten@adobe.com>
Date: Wed, 6 Mar 2024 13:39:57 -0800
(IGNORE) Remove cargo deny exemption for time crate which we're no longer using (#365)
(I noticed a warning log message for this while looking at something else just now.)
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/deny.toml b/deny.toml
@@ -19,7 +19,6 @@ yanked = "deny"
notice = "deny"
ignore = [
- "RUSTSEC-2020-0071", # time 0.1.45 (see https://github.com/indygreg/cryptography-rs/issues/10)
"RUSTSEC-2021-0127", # serde_cbor
"RUSTSEC-2022-0081", # json (see https://github.com/contentauth/c2pa-rs/issues/318)
"RUSTSEC-2023-0071", # rsa Marvin Attack: (https://jira.corp.adobe.com/browse/CAI-5104)