From bf603e8e511ef62b2af6a86fed385d2bb946f03b Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 12 Nov 2024 11:04:44 +0100 Subject: [PATCH] deps: Accept unmaintained crate for now (#2918) ## Description This crate is unmaintained, but used indirectly by some dependencies. No big deal. ## Breaking Changes ## Notes & open questions ## Change checklist - [x] Self-review. - [x] Documentation updates following the [style guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text), if relevant. - [x] Tests if relevant. - [x] All breaking changes documented. --- deny.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/deny.toml b/deny.toml index 2e3eaa3dc3..31feb724cf 100644 --- a/deny.toml +++ b/deny.toml @@ -34,6 +34,7 @@ license-files = [ [advisories] ignore = [ "RUSTSEC-2024-0370", # unmaintained, no upgrade available + "RUSTSEC-2024-0384", # unmaintained, no upgrade available ] [sources]