Skip to content

Commit

Permalink
chore(deps): add parking_lot to cargo machete
Browse files Browse the repository at this point in the history
It's used for benchmarking in the torrent-repository workspace package.
  • Loading branch information
josecelano committed Apr 16, 2024
1 parent 9258ac0 commit 0fa396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ url = "2"
uuid = { version = "1", features = ["v4"] }

[package.metadata.cargo-machete]
ignored = ["serde_bytes", "crossbeam-skiplist", "dashmap"]
ignored = ["serde_bytes", "crossbeam-skiplist", "dashmap", "parking_lot"]

[dev-dependencies]
local-ip-address = "0"
Expand Down

0 comments on commit 0fa396c

Please sign in to comment.