You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# cargo-deny checks our dependency tree for issues.
# Run locally with: cargo deny check bans
[graph]
all-features = true
[bans]
multiple-versions = "allow"
[advisories]
unmaintained = "workspace"
ignore = [
{ id = "RUSTSEC-2026-0097", reason = "Upgrading the `rand` crate to a newer version requires `grit-pattern-matcher` to also update the dependency. Also, the current version of Boa depends on a different version of `rand`, and its also affected by this advisory. It's more work than it's worth to fix it right now." }