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
85 changes: 42 additions & 43 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 @@ -6,6 +6,7 @@ ignore = [
"RUSTSEC-2022-0061", # parity-wasm is deprecated
"RUSTSEC-2024-0436", # paste is unmaintained
"RUSTSEC-2025-0141", # bincode is unmaintained
"RUSTSEC-2026-0097", # Rand is unsound with a custom logger using `rand::rng()`
Comment thread
hanabi1224 marked this conversation as resolved.
]

[licenses]
Expand Down
Loading