Merge pull request #166 from matklad/pl

⬆️ parking_lot
This commit is contained in:
Aleksey Kladov 2019-05-30 11:42:52 +03:00 committed by GitHub
commit 9b2d754ea6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ readme = "README.md"
[dependencies]
derive-new = "0.5.5"
rustc-hash = "1.0"
parking_lot = "0.7.0"
lock_api = "0.1.4"
parking_lot = "0.8.0"
lock_api = "0.2.0"
indexmap = "1.0.1"
log = "0.4.5"
smallvec = "0.6.5"