From ca091daca42ffdb4e25d34fa9a58bf883c07f8c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 08:32:07 +0000 Subject: [PATCH] deps: bump rand_core from 0.6.4 to 0.9.3 Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.6.4 to 0.9.3. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/compare/v0.6.4...v0.9.3) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- protocols/autonat/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab0dd1b8fd6..0ac61b525a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2518,7 +2518,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec", "rand 0.8.5", - "rand_core 0.6.4", + "rand_core 0.10.0", "thiserror 2.0.18", "tokio", "tracing", diff --git a/protocols/autonat/Cargo.toml b/protocols/autonat/Cargo.toml index a5691d227f3..f7663119333 100644 --- a/protocols/autonat/Cargo.toml +++ b/protocols/autonat/Cargo.toml @@ -30,7 +30,7 @@ quick-protobuf = "0.8" tracing = { workspace = true } quick-protobuf-codec = { workspace = true } rand = "0.8" -rand_core = { version = "0.6", optional = true } +rand_core = { version = "0.10", optional = true } thiserror = { workspace = true, optional = true } [dev-dependencies]