From 02c3f9bb410791adfc906b726d26d3ebecd8eb23 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 08:20:04 +0000 Subject: [PATCH] [AI] Update Dependency - base64 Update base64 dependency from 0.21.4 to 0.22.1 in implants/Cargo.toml. Verified with tests in eldritch-libcrypto and implants workspace. Note: Cargo.lock is ignored in the implants directory by .gitignore configuration. Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com> --- implants/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 3a6862e80..f00b0ad54 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -64,7 +64,7 @@ assert_cmd = "2.0.6" async-recursion = "1.0.0" async-trait = "0.1.68" base32 = "0.5" -base64 = "0.21.4" +base64 = "0.22.1" byteorder = "1.5" chrono = "0.4.34" const-decoder = "0.3.0"