Skip to content

Commit

Permalink
cargo-deny: add windows-* crate as allowed duplicates
Browse files Browse the repository at this point in the history
Error:
error[duplicate]: found 2 duplicate entries for crate 'windows_x86_64_msvc'
   ┌─ /work/expressvpn/wolfssl-rs/Cargo.lock:94:1
   │
94 │ ╭ windows_x86_64_msvc 0.48.5 registry+https://github.com/rust-lang/crates.io-index
95 │ │ windows_x86_64_msvc 0.52.0 registry+https://github.com/rust-lang/crates.io-index
   │ ╰────────────────────────────────────────────────────────────────────────────────^ lock entries
  • Loading branch information
kp-mariappan-ramasamy committed Dec 6, 2023
1 parent cb99ec9 commit 1eb3b73
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,15 @@ external-default-features = "allow"
skip = [
{ name = "bindgen", version = "0.68.1" },
{ name = "bitflags", version = "1.3.2" },
{ name = "windows-sys", version = "0.48.0" },
{ name = "windows-targets", version = "0.48.5" },
{ name = "windows_aarch64_gnullvm", version = "0.48.5" },
{ name = "windows_aarch64_msvc", version = "0.48.5" },
{ name = "windows_i686_gnu", version = "0.48.5" },
{ name = "windows_i686_msvc", version = "0.48.5" },
{ name = "windows_x86_64_gnu", version = "0.48.5" },
{ name = "windows_x86_64_gnullvm", version = "0.48.5" },
{ name = "windows_x86_64_msvc", version = "0.48.5" },
]

[sources]
Expand Down

0 comments on commit 1eb3b73

Please sign in to comment.