From 31bb933b13a1ec4afb53fa20eef225284d4555ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:11:47 +0000 Subject: [PATCH] chore(deps): bump rand from 0.10.0 to 0.10.1 Bumps [rand](https://github.com/rust-random/rand) from 0.10.0 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.10.0...0.10.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 54c0e15..a535577 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -453,7 +453,7 @@ dependencies = [ "postcard", "proptest", "prost", - "rand 0.10.0", + "rand 0.10.1", "serde", "serde_json", "sqlparser", @@ -705,7 +705,7 @@ dependencies = [ "interprocess", "nix", "postcard", - "rand 0.10.0", + "rand 0.10.1", "regex", "serde", "serde_json", @@ -743,7 +743,7 @@ dependencies = [ "prost-build", "prost-types", "quick_cache", - "rand 0.10.0", + "rand 0.10.1", "redb", "rs_merkle", "serde", @@ -1851,9 +1851,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8" +checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207" dependencies = [ "chacha20", "getrandom 0.4.2", diff --git a/Cargo.toml b/Cargo.toml index 44f3473..78c4df7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,7 +110,7 @@ prost-types = "0.14.3" # holds authoritative hash results so a silent upstream change here # could affect integrity decisions. quick_cache = "=0.6.21" -rand = "0.10.0" +rand = "0.10.1" # Database and storage redb = "4.0.0"