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
10 changes: 0 additions & 10 deletions .deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,10 @@ multiple-versions = "deny"
skip-tree = [
{ name = "windows-sys", version = "0.45" },
{ name = "winit", version = "0.29" },
{ name = "rustc_version", version = "0.2.3" },
{ name = "miniz_oxide", version = "0.7.4" },
{ name = "rustc-hash", version = "1.1.0" },

# introduced by Deno, to be investigated
{ name = "strum_macros", version = "0.25.3" },
{ name = "petgraph", version = "0.6.5" },
{ name = "base64-simd", version = "0.7.0" },
{ name = "bit-set", version = "0.5.3" },
{ name = "bit-vec", version = "0.6.3" },
{ name = "capacity_builder", version = "0.1.3" },
]
skip = [
# Flume uses an old version
Expand All @@ -35,11 +28,8 @@ skip = [
{ name = "ordered-float", version = "2.10.1" },
# bindgen (used by deno) uses old version
{ name = "itertools", version = "0.13.0" },
# Strum uses an old version
{ name = "heck", version = "0.4.0" },
# Deno uses an old version
{ name = "bincode", version = "1.3.3" },
{ name = "strum", version = "0.25.0" },
]
wildcards = "deny"
allow-wildcard-paths = true
Expand Down
2 changes: 2 additions & 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 -Aunmatched-organization
rust-version: ${{ env.REPO_MSRV }}

cargo-deny-check-rest:
Expand All @@ -763,4 +764,5 @@ jobs:
with:
command: check bans licenses sources
arguments: --all-features --workspace
command-arguments: -Dwarnings -Aunmatched-organization
rust-version: ${{ env.REPO_MSRV }}
Loading