mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user