From e32b332d072f3edf788f10a32f3f084ba745d2e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 01:17:23 +0000 Subject: [PATCH] chore(deps): update xorf requirement in /tools/agent-memory-eval Updates the requirements on [xorf](https://github.com/ayazhafiz/xorf) to permit the latest version. - [Release notes](https://github.com/ayazhafiz/xorf/releases) - [Commits](https://github.com/ayazhafiz/xorf/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: xorf dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 733d7bb..1e4dcee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,5 +29,5 @@ tempfile = "3.10" thiserror = "2.0" zeroize = "1.8" zstd = "0.13" -xorf = { version = "0.12", features = ["serde"] } +xorf = { version = "0.13", features = ["serde"] } windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] }