From 03412aaa5bdd2a5b70ffe86083f70a0c1125a036 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Tue, 13 Aug 2024 10:44:07 +0200 Subject: [PATCH] client: remove unused lazy_static dependency Signed-off-by: Maximiliano Sandoval --- pbs-client/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pbs-client/Cargo.toml b/pbs-client/Cargo.toml index 8aff86fa..9c08a3a6 100644 --- a/pbs-client/Cargo.toml +++ b/pbs-client/Cargo.toml @@ -14,7 +14,6 @@ h2.workspace = true hex.workspace = true http.workspace = true hyper.workspace = true -lazy_static.workspace = true libc.workspace = true log.workspace = true nix.workspace = true