From 6bd9bf9fbd89ee863cb8e512f9b1d4d0a6640923 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 09:12: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 8758c3199..bda15aeab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8768,7 +8768,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 b48a1c2e0..5dcd97122 100644 --- a/terraphim_server/Cargo.toml +++ b/terraphim_server/Cargo.toml @@ -43,7 +43,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