From ca9a248fccf794bbf1a73ff92ee319d019ba25f3 Mon Sep 17 00:00:00 2001 From: hulto <7121375+hulto@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:41:42 -0400 Subject: [PATCH 1/2] hard lock generic-array --- implants/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 01a42f2a9..14555aa1e 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -16,6 +16,7 @@ host_unique = { path = "./lib/host_unique" } pb = { path = "./lib/pb" } aes = "0.8.3" +generic-array = "=0.14.7" allocative = "0.3.2" allocative_derive = "0.3.2" anyhow = "1.0.65" From d36200f2eb19ac4e4921981a6bceea80bfb3e8ca Mon Sep 17 00:00:00 2001 From: hulto <7121375+hulto@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:50:33 -0400 Subject: [PATCH 2/2] Work? --- implants/Cargo.toml | 1 - implants/lib/eldritch/Cargo.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/implants/Cargo.toml b/implants/Cargo.toml index 14555aa1e..01a42f2a9 100644 --- a/implants/Cargo.toml +++ b/implants/Cargo.toml @@ -16,7 +16,6 @@ host_unique = { path = "./lib/host_unique" } pb = { path = "./lib/pb" } aes = "0.8.3" -generic-array = "=0.14.7" allocative = "0.3.2" allocative_derive = "0.3.2" anyhow = "1.0.65" diff --git a/implants/lib/eldritch/Cargo.toml b/implants/lib/eldritch/Cargo.toml index 0082429e3..a81ba8945 100644 --- a/implants/lib/eldritch/Cargo.toml +++ b/implants/lib/eldritch/Cargo.toml @@ -12,6 +12,7 @@ print_stdout = [] pb = { workspace = true } transport = { workspace = true } +generic-array = "=0.14.7" aes = { workspace = true } allocative = { workspace = true } anyhow = { workspace = true }