From 4d5b8cf242f4097f5ae6a98f502468d10b0b3114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:37:20 +0000 Subject: [PATCH] chore(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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dbd9ba02..dd5460c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -732,7 +732,7 @@ dependencies = [ "itertools 0.14.0", "jsonwebtoken", "pem", - "rand 0.8.5", + "rand 0.9.2", "regex", "reqwest", "rsa 0.9.8", @@ -804,7 +804,7 @@ dependencies = [ "opentelemetry", "opentelemetry-otlp", "opentelemetry_sdk", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "sentry", "serde", @@ -846,7 +846,7 @@ dependencies = [ "chrono", "config", "fastcrypto 0.1.9", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "serde", "serde_json", @@ -2250,7 +2250,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" dependencies = [ "data-encoding", - "syn 2.0.104", + "syn 1.0.109", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 86081cbb..239dbab5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ opentelemetry_sdk = "0.27.1" pem = "3.0.5" prometheus = "0.13.4" proptest = "1.7.0" -rand = "0.8.5" +rand = "0.9.2" regex = "1.11.1" remote-attestation-verifier = { git = "https://github.com/atoma-network/nvrust", branch = "main" } reqwest = "0.12.12"