From be9f18ac97abd1c1b68cbab2f74696ff854c8372 Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Thu, 2 Jan 2025 16:04:32 +0200 Subject: [PATCH] chore(deps): drop lazy_static Signed-off-by: Mikko Ylinen --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4eed169f2..0b2400d4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,6 @@ hex = "0.4.3" hmac = "0.12.1" jwt-simple = { version = "0.12", default-features = false, features = ["pure-rust"] } kbs-types = "0.7.0" -lazy_static = "1.5.0" log = "0.4.22" nix = "0.29" openssl = "0.10"