Skip to content

Commit

Permalink
Update parking_lot to 0.12 (#1779)
Browse files Browse the repository at this point in the history
`parking_lot` is used by dashmap causing duplicate dependencies.
  • Loading branch information
KamilaBorowska authored and arqunis committed Apr 18, 2022
1 parent 4ff348e commit d5b5970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -157,7 +157,7 @@ features = ["serde"]
optional = true

[dependencies.parking_lot]
version = "0.11"
version = "0.12"
optional = true

[dev-dependencies.http_crate]
Expand Down

0 comments on commit d5b5970

Please sign in to comment.