From f90c01f702f6a98b041f766b6a1d857bc1b9afef Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 11 Sep 2023 09:26:05 +0100 Subject: replace chrono with time (#806) * replace chrono with time * Fix test chrono usage --------- Co-authored-by: Ellie Huxtable --- deny.toml | 2 -- 1 file changed, 2 deletions(-) (limited to 'deny.toml') diff --git a/deny.toml b/deny.toml index 94ae5c72..c82e6648 100644 --- a/deny.toml +++ b/deny.toml @@ -26,8 +26,6 @@ unmaintained = "warn" yanked = "warn" notice = "warn" ignore = [ - # time 0.1 - code path not taken - "RUSTSEC-2020-0071", # potential to misuse ed25519-dalek 1.0 # used by rusty-paseto. not in a vulnerable way # and we don't even use paseto public key crypto so we don't use this -- cgit v1.3.1