From 848f2c999ff6849b9e343c9fc871ef55d224e187 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 18:14:06 +0000 Subject: [PATCH] update: bump rand_chacha from 0.3.1 to 0.9.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 to 0.9.0. - [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/rand_chacha-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- sdk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 529e42238..223611f67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -496,7 +496,7 @@ dependencies = [ "png_pong", "quick-xml", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "range-set", "rasn", "rasn-cms", diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 6e8e119ef..d77ef6ce3 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -156,7 +156,7 @@ pkcs8 = "0.10.2" png_pong = "0.9.1" quick-xml = "0.38.3" rand = "0.8.5" -rand_chacha = "0.3.1" +rand_chacha = "0.9.0" range-set = "0.0.11" rasn = "0.26.0" rasn-cms = "0.26.0"