From af5a55509d708f8f11434d0aa3e1da206a1b44b9 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 1 Dec 2021 09:08:25 +0100 Subject: [PATCH] pbs-api-types: removbe usused nix dependency Signed-off-by: Dietmar Maurer --- pbs-api-types/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index 44e60d57..23b40c35 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -10,7 +10,6 @@ anyhow = "1.0" hex = "0.4.3" lazy_static = "1.4" libc = "0.2" -nix = "0.19.1" openssl = "0.10" percent-encoding = "2.1" regex = "1.2"