cargo: update dependencies

This commit is contained in:
Matt Bilker 2022-05-08 17:20:44 +00:00
parent 4db1644c09
commit a1cc1fe0ce
No known key found for this signature in database
GPG Key ID: 69ADF8AEB6C8B5D1

View File

@ -9,6 +9,6 @@ crate-type = ["cdylib"]
[dependencies]
ctor = "0.1.21"
libc = "0.2.102"
parking_lot = "0.11.2"
parking_lot = "0.12.0"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"