From 4a039c867bf821b2548b2ae3f62aceae00923449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 09:26:08 +0000 Subject: [PATCH] chore(deps)(deps): bump rand from 0.9.2 to 0.10.0 Bumps [rand](https://github.com/rust-random/rand) from 0.9.2 to 0.10.0. - [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/rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/terraphim_kg_agents/Cargo.toml | 2 +- crates/terraphim_multi_agent/Cargo.toml | 2 +- terraphim_server/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab9f53ff..7825e0d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8260,7 +8260,7 @@ version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451" dependencies = [ - "heck 0.5.0", + "heck 0.4.1", "proc-macro2", "quote", "syn 2.0.117", @@ -9530,7 +9530,7 @@ version = "1.0.0" dependencies = [ "async-trait", "log", - "rand 0.9.2", + "rand 0.10.0", "serde", "serde_json", "terraphim_agent_registry", @@ -9677,7 +9677,7 @@ dependencies = [ "genai", "lazy_static", "log", - "rand 0.9.2", + "rand 0.10.0", "regex", "reqwest 0.12.28", "serde", @@ -9832,7 +9832,7 @@ dependencies = [ "log", "mime_guess", "portpicker", - "rand 0.9.2", + "rand 0.10.0", "regex", "reqwest 0.12.28", "rust-embed", diff --git a/crates/terraphim_kg_agents/Cargo.toml b/crates/terraphim_kg_agents/Cargo.toml index d9de3a2f..9e5e4443 100644 --- a/crates/terraphim_kg_agents/Cargo.toml +++ b/crates/terraphim_kg_agents/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" # Core dependencies async-trait = "0.1" log = "0.4" -rand = "0.9" +rand = "0.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" diff --git a/crates/terraphim_multi_agent/Cargo.toml b/crates/terraphim_multi_agent/Cargo.toml index 69a31b29..6ebb02b6 100644 --- a/crates/terraphim_multi_agent/Cargo.toml +++ b/crates/terraphim_multi_agent/Cargo.toml @@ -31,7 +31,7 @@ genai = { git = "https://github.com/terraphim/rust-genai.git", branch = "merge-u # Additional dependencies ahash = { version = "0.8.8", features = ["serde"] } futures = "0.3" -rand = "0.9" +rand = "0.10" # tiktoken-rs = "0.6" # Now handled by rust-genai tracing = "0.1" regex = "1.12" diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index 2c566c20..90cd7055 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -43,7 +43,7 @@ walkdir = "2.4" chrono = { workspace = true } uuid = { workspace = true } futures-util = "0.3" -rand = "0.9" +rand = "0.10" [features] # Minimal default - core server with SQLite for persistence