upgrade deps

This commit is contained in:
Joel Wejdenstål 2022-08-30 20:09:09 +02:00
parent d1f58eaf48
commit 342011296c
No known key found for this signature in database
GPG Key ID: DF03CEFBB1A915AA
1 changed files with 5 additions and 5 deletions

View File

@ -17,13 +17,13 @@ categories = ["concurrency", "algorithms", "data-structures"]
raw-api = []
[dependencies]
lock_api = "0.4.7"
lock_api = "0.4.8"
parking_lot_core = "0.9.3"
hashbrown = { version = "0.12.0", default-features = false }
serde = { version = "1.0.136", optional = true, features = ["derive"] }
hashbrown = { version = "0.12.3", default-features = false }
serde = { version = "1.0.144", optional = true, features = ["derive"] }
cfg-if = "1.0.0"
rayon = { version = "1.5.2", optional = true }
once_cell = "1.13.0"
rayon = { version = "1.5.3", optional = true }
once_cell = "1.13.1"
[package.metadata.docs.rs]
features = ["rayon", "raw-api", "serde"]