mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
cargo deny: ignore hashbrow dup 0.11.2
Fix: error[B004]: found 2 duplicate entries for crate 'hashbrown' ┌─ /github/workspace/Cargo.lock:81:1 │ 81 │ ╭ hashbrown 0.11.2 registry+https://github.com/rust-lang/crates.io-index 82 │ │ hashbrown 0.12.0 registry+https://github.com/rust-lang/crates.io-index │ ╰──────────────────────────────────────────────────────────────────────^ lock entries
This commit is contained in:
parent
d34a4190df
commit
52cf8fbb99
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ skip = [
|
|||
{ name = "arrayvec", version = "=0.7.2" },
|
||||
# flimit/unix_socket
|
||||
{ name = "cfg-if", version = "=0.1.10" },
|
||||
# ordered-multimap
|
||||
{ name = "hashbrown", version = "=0.9.1" },
|
||||
# indexmap
|
||||
{ name = "hashbrown", version = "=0.11.2" },
|
||||
# kernel32-sys
|
||||
{ name = "winapi", version = "=0.2.8" },
|
||||
# bindgen 0.59.2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue