From b72d0db790b04ebb36415b51b4128fee1a205eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 19:09:03 +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 f56a09085..b703b7b8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8947,7 +8947,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 bdca7d8a7..0c8d78844 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -44,7 +44,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