This is an automated email from the ASF dual-hosted git repository.

Kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new f39d509  chore(deps): Bump rand from 0.10.1 to 0.10.2 (#573)
f39d509 is described below

commit f39d509c144680fefa53e0488069dac9d65b7890
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 13:12:39 2026 +0200

    chore(deps): Bump rand from 0.10.1 to 0.10.2 (#573)
    
    Bumps [rand](https://github.com/rust-random/rand) from 0.10.1 to 0.10.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.10.1...0.10.2)
    
    ---
    updated-dependencies:
    - dependency-name: rand
      dependency-version: 0.10.2
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4d4da2f..c31d9c5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -81,7 +81,7 @@ dependencies = [
  "paste",
  "pretty_assertions",
  "quad-rand",
- "rand 0.10.1",
+ "rand 0.10.2",
  "regex-lite",
  "rstest",
  "serde",
@@ -1070,9 +1070,9 @@ dependencies = [
 
 [[package]]
 name = "rand"
-version = "0.10.1"
+version = "0.10.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
-checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
+checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
 dependencies = [
  "chacha20",
  "getrandom 0.4.2",

Reply via email to