From a2e68db78d512fd3bb73bb5890036fa26ce003d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 06:59:36 +0000 Subject: [PATCH] chore(deps): update rand requirement in /crates/dwn-rs-core Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/dwn-rs-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/dwn-rs-core/Cargo.toml b/crates/dwn-rs-core/Cargo.toml index 8b2cf34..2f8370c 100644 --- a/crates/dwn-rs-core/Cargo.toml +++ b/crates/dwn-rs-core/Cargo.toml @@ -43,7 +43,7 @@ serde_json = "1.0.113" tracing = "0.1.40" tracing-test = { version = "0.2.5", features = ["no-env-filter"] } bytes = "1.8.0" -rand = "0.8.5" +rand = "0.9.2" partially = { version = "0.2.1", features = ["derive"] } multicodec = { git = "https://github.com/cryptidtech/rust-multicodec.git" } # Use moden fork, see gnunicorn/rust-multicodec#1 multihash = { version = "0.19.1", features = ["serde"] }