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"