From 2afac03c0878b42912ccf6b27d3274e82acab2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:33:42 +0000 Subject: [PATCH] chore(deps): update rand requirement from 0.8 to 0.10 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.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- apps/desktop/src-tauri/Cargo.toml | 2 +- crates/synapse-cognition/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 698aee3..3960a5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ tantivy = "0.21" libp2p = { version = "0.56", features = ["tokio", "gossipsub", "noise", "tcp", "yamux", "mdns", "macros", "kad", "relay", "dcutr", "identify"] } # Cryptography -rand = "0.8" +rand = "0.10" pqcrypto-kyber = "0.8" pqcrypto-dilithium = "0.5" aes-gcm = "0.10" diff --git a/apps/desktop/src-tauri/Cargo.toml b/apps/desktop/src-tauri/Cargo.toml index dc099c4..4f3a450 100644 --- a/apps/desktop/src-tauri/Cargo.toml +++ b/apps/desktop/src-tauri/Cargo.toml @@ -28,7 +28,7 @@ futures-util = "0.3" synapse-core = { path = "../../../crates/synapse-core" } dirs = "5.0" synapse-infra = { path = "../../../crates/synapse-infra", default-features = false } -rand = "0.8" +rand = "0.10" anyhow = "1.0" clap = { workspace = true, features = ["derive"] } hex = "0.4.3" diff --git a/crates/synapse-cognition/Cargo.toml b/crates/synapse-cognition/Cargo.toml index 1dc9372..d5fb496 100644 --- a/crates/synapse-cognition/Cargo.toml +++ b/crates/synapse-cognition/Cargo.toml @@ -33,7 +33,7 @@ tokenizers = "0.19" ndarray = "0.15" # Randomness -rand = "0.8" +rand = "0.10" chrono = { version = "0.4", features = ["serde"] } # Logging