Skip to content

Commit

Permalink
Simplify cargo deny configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Oct 6, 2024
1 parent 6a45545 commit be3a0f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 32 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:

- name: Check dependencies
uses: EmbarkStudios/cargo-deny-action@v2
with:
command-arguments: -D warnings
33 changes: 1 addition & 32 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,4 @@ allow = [
]

[bans]
multiple-versions = "deny"
wildcards = "allow"
skip = [
{ name = "bitflags", version = "2.0" },
{ name = "cfg_aliases", version = "0.1" },
{ name = "event-listener", version = "<5.0" },
{ name = "event-listener-strategy", version = "0.5" },
{ name = "fixedbitset", version = "0.4" },
{ name = "libloading", version = "0.7" },
{ name = "ndk-sys", version = "0.5" },
{ name = "redox_syscall", version = "<0.5" },
{ name = "regex-automata", version = "0.1" },
{ name = "regex-syntax", version = "0.6" },
{ name = "syn", version = "1.0" },
{ name = "toml_edit", version = "0.21" },
{ name = "windows" },
{ name = "windows-core" },
{ name = "windows-sys" },
{ name = "windows-targets" },
{ name = "windows_aarch64_gnullvm" },
{ name = "windows_aarch64_msvc" },
{ name = "windows_i686_gnu" },
{ name = "windows_i686_msvc" },
{ name = "windows_x86_64_gnu" },
{ name = "windows_x86_64_gnullvm" },
{ name = "windows_x86_64_msvc" },
{ name = "winnow", version = "0.5" },
]

[sources]
unknown-registry = "deny"
unknown-git = "allow"
multiple-versions = "allow"

0 comments on commit be3a0f2

Please sign in to comment.