From 2d8a873e38681edb72670ce2fb22c8d51964826c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:24:27 +0000 Subject: [PATCH] chore(deps)(deps): bump rand from 0.9.4 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.9.4 to 0.10.1. - [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.9.4...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- terraphim_server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0486c4f6b..19188ab7a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8962,7 +8962,7 @@ dependencies = [ "log", "mime_guess", "portpicker", - "rand 0.9.4", + "rand 0.10.1", "regex", "reqwest 0.12.28", "rust-embed", diff --git a/terraphim_server/Cargo.toml b/terraphim_server/Cargo.toml index 6b616dfc5..ea166a2ff 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -45,7 +45,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