Skip to content
Closed
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
15 changes: 5 additions & 10 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ skip = [
# Deno uses an old version
{ name = "which", version = "6.0.3" },

# Loom uses a new windows version
{ name = "windows", version = "0.61.1" },
{ name = "windows-core", version = "0.61.2" },
{ name = "windows-implement", version = "0.60.0" },
{ name = "windows-interface", version = "0.59.1" },
{ name = "windows-result", version = "0.3.4" },
{ name = "windows-strings", version = "0.4.2" },
# Temporarily allow older Windows version until updates make it through
{ name = "windows", version = "0.59" },
{ name = "windows-core", version = "0.59" },
{ name = "windows-implement", version = "0.59" },
{ name = "windows-strings", version = "0.3" },

# cargo-metadata uses old version. Only used for infrastructure.
{ name = "toml", version = "0.8.23" },
Expand Down Expand Up @@ -76,6 +74,3 @@ allow-git = [
unknown-registry = "deny"
unknown-git = "deny"
required-git-spec = "rev"

[sources.allow-org]
github = ["gfx-rs"]
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,7 @@ jobs:
with:
command: check advisories
arguments: --all-features --workspace
command-arguments: -Dwarnings
rust-version: ${{ env.REPO_MSRV }}

cargo-deny-check-rest:
Expand Down
Loading
Loading