just playing with tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo-deny: remove chrono-english advisory from ignore list

It's addressed by e3924482 "time_util: replace use of `chrono-english` by
`interim`."

-1
-1
deny.toml
··· 74 74 #{ id = "RUSTSEC-0000-0000", reason = "you can specify a reason the advisory is ignored" }, 75 75 #"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish 76 76 #{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" }, 77 - { id = "RUSTSEC-2024-0395", reason = "temporary, to unblock PRs" }, 78 77 { id = "RUSTSEC-2024-0436", reason = "Used by ratatui with no direct alternative." }, 79 78 ] 80 79 # If this is true, then cargo deny will use the git executable to fetch advisory database.