Skip to content

Commit 56ecb63

Browse files
committed
Delist withdrawn RUSTSEC-2025-0014
The `humantime` crate briefly had unmaintained status, for which RUSTSEC-2025-0014 was issued. It has since become maintained again, and that advisory has been withdrawn. So this removes it from the list of advisores we allow `cargo deny` to ignore. Background: - https://rustsec.org/advisories/RUSTSEC-2025-0014.html (advisory) - rustsec/advisory-db#2249 (issued) - rustsec/advisory-db#2252 (withdrawn) - cf7f34d in #1882 (commit that ignored it, among other changes)
1 parent 0bf1d5b commit 56ecb63

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deny.toml

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
1010
[advisories]
1111
ignore = [
12-
# human-time in env-logger
13-
"RUSTSEC-2025-0014",
1412
# `paste` - macro crate without replacement
1513
"RUSTSEC-2024-0436"
1614
]

0 commit comments

Comments
 (0)