diff --git a/deny.toml b/deny.toml index 5f4c61b..4d1db5c 100644 --- a/deny.toml +++ b/deny.toml @@ -71,8 +71,6 @@ feature-depth = 1 # output a note when they are encountered. ignore = [ { id = "RUSTSEC-2024-0370", reason = "Transitive dependency; need other dependencies to resolve first." }, - # Todo: https://github.com/roadster-rs/roadster/issues/447 - Get `config` to fix or migrate to `figment` - { id = "RUSTSEC-2024-0320", reason = "Transitive dependency of `config` crate; only impacts our `config-yaml` feature." }, #"RUSTSEC-0000-0000", #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish