From 0fbcdf26e39b55920329bc768bfb386035d5ffde Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:56:42 +0000 Subject: [PATCH] [AI] Update Dependency - walkdir This commit updates the walkdir dependency in `implants/lib/eldritch/eldritch/Cargo.toml` from `2.3` to `2.5`. The `walkdir` dependency had no existing open pull requests. The build stability has been verified via `cargo build --all-targets` and `cargo test --all-targets`. Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com> --- implants/lib/eldritch/eldritch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/lib/eldritch/eldritch/Cargo.toml b/implants/lib/eldritch/eldritch/Cargo.toml index c90c0549f..4b513b85f 100644 --- a/implants/lib/eldritch/eldritch/Cargo.toml +++ b/implants/lib/eldritch/eldritch/Cargo.toml @@ -91,4 +91,4 @@ httptest = "0.16" [build-dependencies] regex = "1.10" -walkdir = "2.3" +walkdir = "2.5"