Skip to content

Commit 0fa396c

Browse files
committed
chore(deps): add parking_lot to cargo machete
It's used for benchmarking in the torrent-repository workspace package.
1 parent 9258ac0 commit 0fa396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ url = "2"
7979
uuid = { version = "1", features = ["v4"] }
8080

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

8484
[dev-dependencies]
8585
local-ip-address = "0"

0 commit comments

Comments
 (0)