Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@ ignore = [
#"a-crate-that-is-yanked@0.1.1", # you can also ignore yanked crate versions if you wish
#{ crate = "a-crate-that-is-yanked@0.1.1", reason = "you can specify why you are ignoring the yanked crate" },
{ id = "RUSTSEC-2021-0153", reason = "`encoding` is used by lindera" },
{ id = "RUSTSEC-2024-0384", reason = "`instant` is used by tantivy" },
{ id = "RUSTSEC-2024-0370", reason = "`proc-macro-error` is used by jieba-rs via include-flate" },
{ id = "RUSTSEC-2024-0436", reason = "`paste` is used by datafusion" },
{ id = "RUSTSEC-2025-0052", reason = "`async-std` is used by tfrecord" },
{ id = "RUSTSEC-2023-0071", reason = "`rsa` is used by opendal via reqsign" },
{ id = "RUSTSEC-2025-0119", reason = "`number_prefix` used by hf-hub in examples" }
]
# If this is true, then cargo deny will use the git executable to fetch advisory database.
# If this is false, then it uses a built-in git library.
Expand Down
Loading