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