Skip to content

Commit

Permalink
update cargo deny config with latest list of duplicate crates in depe…
Browse files Browse the repository at this point in the history
…ndencies (#6947)

# Objective

- Get dependency check to succeed

## Solution

- Update the list
  • Loading branch information
mockersf committed Dec 13, 2022
1 parent b7d6ee8 commit bad3d57
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,10 @@ wildcards = "deny"
highlight = "all"
# Certain crates/versions that will be skipped when doing duplicate detection.
skip = [
{ name = "miniz_oxide", version = "0.5" }, # from image v0.24.4
{ name = "ndk-sys", version = "0.3" }, # from rodio v0.16.0
{ name = "ndk", version = "0.6" }, # from rodio v0.16.0
{ name = "raw-window-handle", version = "0.4" }, # from winit v0.27.4
{ name = "nix", version = "0.23" }, # from cpal v0.14.1
{ name = "nix", version = "0.24" }, # from cpal v0.14.1
{ name = "bare-metal", version = "0.2" }, # from postcard v1.0.2
{ name = "nb", version = "0.1" }, # from postcard v1.0.2
{ name = "rustc_version", version = "0.2" }, # from postcard v1.0.2
{ name = "semver", version = "0.9" }, # from postcard v1.0.2
{ name = "windows_aarch64_msvc", version = "0.36" }, # from notify v5.0.0
Expand All @@ -50,6 +46,7 @@ skip = [
{ name = "windows_x86_64_gnu", version = "0.36" }, # from notify v5.0.0
{ name = "windows_x86_64_msvc", version = "0.36" }, # from notify v5.0.0
{ name = "windows-sys", version = "0.36" }, # from notify v5.0.0
{ name = "windows", version = "0.37" }, # from rodio v0.16.0
{ name = "windows_aarch64_msvc", version = "0.37" }, # from rodio v0.16.0
{ name = "windows_i686_gnu", version = "0.37" }, # from rodio v0.16.0
{ name = "windows_i686_msvc", version = "0.37" }, # from rodio v0.16.0
Expand Down

0 comments on commit bad3d57

Please sign in to comment.