From efb10b8905ad7a62f939fd8fd28848a13794c8ba Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Thu, 11 May 2023 18:23:46 +0200 Subject: [PATCH] run `cargo hakari generate` --- Cargo.lock | 1 + workspace_hack/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 9ec6032208..0a185440be 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5425,6 +5425,7 @@ dependencies = [ "num-bigint", "num-integer", "num-traits", + "parking_lot", "prost", "rand", "regex", diff --git a/workspace_hack/Cargo.toml b/workspace_hack/Cargo.toml index 3d40f5dede..f950f46501 100644 --- a/workspace_hack/Cargo.toml +++ b/workspace_hack/Cargo.toml @@ -36,6 +36,7 @@ nom = { version = "7" } num-bigint = { version = "0.4" } num-integer = { version = "0.1", features = ["i128"] } num-traits = { version = "0.2", features = ["i128"] } +parking_lot = { version = "0.12", features = ["send_guard"] } prost = { version = "0.11" } rand = { version = "0.8", features = ["small_rng"] } regex = { version = "1" }