From 100abbb0d70eabd43b0927159b4964b80336d907 Mon Sep 17 00:00:00 2001 From: hulto <7121375+hulto@users.noreply.github.com> Date: Sat, 25 Jan 2025 03:22:17 +0000 Subject: [PATCH] Rust embed files update on rebuild --- implants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 1e8cb85ed..cef424467 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -61,7 +61,7 @@ reqwest = "0.11.18" russh = "0.37.1" russh-sftp = "2.0.0-beta.2" russh-keys = "0.37.1" -rust-embed = "6.6.0" +rust-embed = "8.5.0" serde = "1.0" serde_json = "1.0.87" sha1 = "0.10.5"