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
18 changes: 4 additions & 14 deletions Cargo.lock

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

11 changes: 2 additions & 9 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ all-features = true
[advisories]
version = 2
# Deny crates with a known security advisory (RUSTSEC) or that have been yanked.
# `ignore` holds advisory IDs, and yanked-crate specs, we've reviewed and
# consciously accept.
# `ignore` holds advisory IDs we've reviewed and consciously accept.
yanked = "deny"
ignore = [
# chacha20 0.10.0 was yanked upstream; the unyanked 0.10.2 landed
# 2026-08-27 and is still inside the 7-day publish cooldown. Reached only
# transitively via rand -> sqlx-postgres, and the yank is not a security
# advisory. Drop this entry and `cargo update -p chacha20` from 2026-09-03.
{ crate = "chacha20@0.10.0", reason = "yanked upstream; 0.10.2 still in publish cooldown" },
]
ignore = []

[licenses]
version = 2
Expand Down