From d028912be191ed6a577eaf18a21dfa694f3e2fab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 05:05:17 +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 | 6 +++--- avro/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a758e765..00e0a318 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -81,7 +81,7 @@ dependencies = [ "paste", "pretty_assertions", "quad-rand", - "rand 0.10.0", + "rand 0.10.1", "regex-lite", "rstest", "serde", @@ -1059,9 +1059,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/avro/Cargo.toml b/avro/Cargo.toml index 5e226dff..438b05ee 100644 --- a/avro/Cargo.toml +++ b/avro/Cargo.toml @@ -75,7 +75,7 @@ zstd = { default-features = false, version = "0.13.3", optional = true } quad-rand = { default-features = false, version = "0.2.3" } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] -rand = { default-features = false, version = "0.10.0", features = ["default"] } +rand = { default-features = false, version = "0.10.1", features = ["default"] } [dev-dependencies] apache-avro-derive = { default-features = false, version = "0.22.0", path = "../avro_derive" }