From 8206387fb89fb4298f0b98ed0b01781d5727ce60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:18:32 +0000 Subject: [PATCH] deps: bump rand_chacha from 0.3.1 to 0.9.0 Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.1 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/rand_chacha-0.3.1...0.9.0) --- updated-dependencies: - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e477b283..410114e29 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]] @@ -4488,7 +4488,7 @@ dependencies = [ "quick-protobuf", "quick-protobuf-codec", "rand 0.8.5", - "rand_chacha 0.3.1", + "rand_chacha 0.9.0", "rcgen 0.13.2", "rlimit", "rust-ipns", diff --git a/Cargo.toml b/Cargo.toml index f41f6ccf4..fd46d865b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ pollable-map = "0.1.0" quick-protobuf = { version = "0.8.1" } quick-protobuf-codec = "0.3.1" rand = "0.8.5" -rand_chacha = "0.3.1" +rand_chacha = "0.9.0" rcgen = { version = "0.13.2", features = ["pem", "x509-parser"] } rlimit = "0.10.2" rust-ipns = { version = "0.7.0", path = "packages/rust-ipns" }