From 9252883526b25fbef13b8bee7fdc87b2132b704c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:48:26 +0000 Subject: [PATCH] build(deps): Bump rand from 0.8.5 to 0.9.2 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7ff1ea..4a6a29b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3082,7 +3082,7 @@ dependencies = [ "hex", "iroh", "pty-process", - "rand 0.8.5", + "rand 0.9.2", "serde", "serde_json", "thiserror 2.0.12", diff --git a/Cargo.toml b/Cargo.toml index da34db2..0dca45a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures-util = { version = "0.3", default-features = false, features = [ hex = "0.4" iroh = "0.91.0" pty-process = { version = "0.3.0", features = ["async"] } -rand = "0.8" +rand = "0.9" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0" thiserror = "2.0.12"