From 65bc5e27e484c53eeeee12a2b4aa47a0c865f2d9 Mon Sep 17 00:00:00 2001 From: Eric Seppanen <109770420+eric-seppanen@users.noreply.github.com> Date: Fri, 20 Dec 2024 00:07:56 -0800 Subject: [PATCH] remove unused bcrypt-pbkdf dependency (#421) --- russh-keys/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/russh-keys/Cargo.toml b/russh-keys/Cargo.toml index c0476352..f9a721da 100644 --- a/russh-keys/Cargo.toml +++ b/russh-keys/Cargo.toml @@ -14,7 +14,6 @@ rust-version = "1.65" [dependencies] aes.workspace = true async-trait.workspace = true -bcrypt-pbkdf = "0.10" bytes.workspace = true cbc = "0.1" ctr = "0.9"