From 00d21e5b23d37807ccd2d4ee5694319a71b4e33a Mon Sep 17 00:00:00 2001 From: hulto <7121375+hulto@users.noreply.github.com> Date: Sat, 5 Apr 2025 15:12:17 +0000 Subject: [PATCH] pin russh-sftp --- implants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index f8628c1a6..3077d3d88 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -59,7 +59,7 @@ rand_chacha = "0.3.1" regex = "1.5.5" reqwest = "0.11.18" russh = "0.37.1" -russh-sftp = ">=2.0.8" # `thiserror` dependcy in older versions causes downstream issues in other libraries. +russh-sftp = "=2.0.8" # `thiserror` dependcy in older versions causes downstream issues in other libraries. russh-keys = "0.37.1" rust-embed = "8.5.0" serde = "1.0"