From 0ef0c7587979ce3f6863599e387c9ef6e93abe75 Mon Sep 17 00:00:00 2001 From: Daeho Ro <40587651+daeho-ro@users.noreply.github.com> Date: Fri, 3 Oct 2025 21:00:17 +0900 Subject: [PATCH] core: update aegis --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 7fa6afb78..ec4b87299 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -80,7 +80,7 @@ bytemuck = "1.23.1" aes-gcm = { version = "0.10.3"} aes = { version = "0.8.4"} turso_parser = { workspace = true } -aegis = "0.9.0" +aegis = "0.9.3" twox-hash = "2.1.1" intrusive-collections = "0.9.7"