From a1cc1fe0ceca3a891bc513a4d5cda4057b1900cc Mon Sep 17 00:00:00 2001 From: Matt Bilker Date: Sun, 8 May 2022 17:20:44 +0000 Subject: [PATCH] cargo: update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c35a5e..83b285f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"