Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ feature-depth = 1
# output a note when they are encountered.
ignore = [
{ id = "RUSTSEC-2024-0436", reason = "Paste is used as a dependency for macros, and is not used at runtime" },
{ id = "RUSTSEC-2023-0071", reason = "No patch is available. The rsa crate is a transitive dependency via recoco-core -> sqlx -> sqlx-mysql. Thread does not use MySQL or perform RSA operations in network-observable contexts; the Marvin Attack timing sidechannel applies only when an attacker can observe network timing against an RSA private key operation. Track https://github.com/RustCrypto/RSA/issues/19 for upstream resolution." },
# "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
Expand Down
Loading