From 7fabb8fe3eea5c7c8855ba4b5f4e40e524fa7e12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:34:22 +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 | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54383e8d..bb66b08e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -719,7 +719,7 @@ dependencies = [ "hex", "nscq", "nvml-wrapper", - "rand 0.8.5", + "rand 0.9.2", "remote-attestation-verifier", "reqwest", "serde", @@ -781,7 +781,7 @@ dependencies = [ "libp2p", "opentelemetry", "prometheus-http-query", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "serde", "serde_json", @@ -845,7 +845,7 @@ dependencies = [ "prometheus", "prometheus-http-query", "prometheus-parse", - "rand 0.8.5", + "rand 0.9.2", "reqwest", "sentry", "serde", @@ -923,7 +923,7 @@ dependencies = [ "fastcrypto 0.1.8", "flate2", "hkdf", - "rand 0.8.5", + "rand 0.9.2", "serde_json", "sha2 0.10.9", "sui-sdk", @@ -2234,7 +2234,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 e5db0b9a..de221c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ opentelemetry_sdk = "0.27.0" prometheus = "0.13.4" prometheus-http-query = "0.8.3" prometheus-parse = "0.2.5" -rand = "0.8.5" +rand = "0.9.2" remote-attestation-verifier = { git = "https://github.com/atoma-network/nvrust.git", branch = "main", package = "remote-attestation-verifier" } reqwest = "0.12.22" rs_merkle = "1.4.2"