From 433fe0f3aa186842ad0166335a5adbf4a1d92117 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 18:19:30 +0000 Subject: [PATCH] chore(deps): update rand requirement in /tools/agent-memory-eval Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 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 d101894..7422f89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ chacha20poly1305 = "0.10" chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] } clap = { version = "4.5", features = ["derive"] } crossterm = "0.29" -rand = "0.8" +rand = "0.10" ratatui = { version = "0.30.1", default-features = false, features = ["crossterm_0_29"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"