diff --git a/deny.toml b/deny.toml index 3a6f100c8..66c6336c9 100644 --- a/deny.toml +++ b/deny.toml @@ -6,7 +6,7 @@ version = 2 yanked = "deny" ignore = [ { id = "RUSTSEC-2024-0370", reason = "crate is unmaintained. This needs `arrow_convert` to use an alternative to `err-derive`" }, - { id = "RUSTSEC-2023-0086", reason = "Need Arrow to upgrade" } + { id = "RUSTSEC-2023-0086", reason = "lexical-core pending Arrow update https://github.com/restatedev/restate/issues/1966" } ]