From 7bd209cb4f2d347227de924ca131277b5ea247f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 01:48:46 +0000 Subject: [PATCH] chore(deps): bump rand from 0.8.5 to 0.10.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.10.2. - [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.5...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 16 ++++++++-------- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0990959..ee1f815 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3713,7 +3713,7 @@ dependencies = [ "p256", "p384", "pem", - "rand 0.8.5", + "rand 0.8.7", "rsa", "serde", "serde_json", @@ -4216,7 +4216,7 @@ dependencies = [ "num-integer", "num-iter", "num-traits", - "rand 0.8.5", + "rand 0.8.7", "smallvec", "zeroize", ] @@ -4770,7 +4770,7 @@ dependencies = [ "getrandom 0.3.4", "globset", "ovc-core", - "rand 0.8.5", + "rand 0.10.2", "regex", "reqwest", "serde", @@ -4804,7 +4804,7 @@ dependencies = [ "ovc-cloud", "ovc-core", "ovc-llm", - "rand 0.8.5", + "rand 0.10.2", "rust-embed", "serde", "serde_json", @@ -4890,7 +4890,7 @@ dependencies = [ "globset", "hmac 0.13.0", "postcard", - "rand 0.8.5", + "rand 0.10.2", "regex", "serde", "serde_json", @@ -4915,7 +4915,7 @@ dependencies = [ "objc2-app-kit 0.3.2", "objc2-foundation 0.3.2", "ovc-api", - "rand 0.8.5", + "rand 0.10.2", "serde_json", "slint", "slint-build", @@ -5649,9 +5649,9 @@ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" [[package]] name = "rand" -version = "0.8.5" +version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" +checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a" dependencies = [ "libc", "rand_chacha 0.3.1", diff --git a/Cargo.toml b/Cargo.toml index 91576b7..aca1653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ blake3 = "1" argon2 = "0.5" chacha20poly1305 = "0.10" getrandom = "0.3" -rand = "0.8" +rand = "0.10" zeroize = { version = "1", features = ["derive"] } # Compression