From 831c3c8d55dda272e4f0337816a06e0a685e7c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:57:54 +0000 Subject: [PATCH] deps: bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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/0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 88b5bba5a..5a9fc9e63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1233,7 +1233,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b" dependencies = [ "data-encoding", - "syn 2.0.96", + "syn 1.0.109", ] [[package]] @@ -2950,7 +2950,7 @@ dependencies = [ "futures-timer", "getrandom 0.2.15", "libp2p", - "rand 0.8.5", + "rand 0.9.0", "tokio", ] @@ -4487,7 +4487,7 @@ dependencies = [ "pollable-map", "quick-protobuf", "quick-protobuf-codec", - "rand 0.8.5", + "rand 0.9.0", "rand_chacha 0.3.1", "rcgen 0.13.2", "rlimit", diff --git a/Cargo.toml b/Cargo.toml index 61561da0d..aa67c0356 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ pem = { version = "3.0.5" } pollable-map = "0.1.1" quick-protobuf = { version = "0.8.1" } quick-protobuf-codec = "0.3.1" -rand = "0.8.5" +rand = "0.9.0" rand_chacha = "0.3.1" rcgen = { version = "0.13.2", features = ["pem", "x509-parser"] } rlimit = "0.10.2"