From 7880192713114fdad7a7beb6fed10b53856d0a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 09:42:24 +0000 Subject: [PATCH] chore(deps): bump the prod-dependency group across 1 directory with 2 updates Updates the requirements on [rand](https://github.com/rust-random/rand) and [hex-literal](https://github.com/RustCrypto/utils) to permit the latest version. Updates `rand` 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) Updates `hex-literal` to 1.0.0 - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.4.1...hex-literal-v1.0.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production dependency-group: prod-dependency - dependency-name: hex-literal dependency-type: direct:production dependency-group: prod-dependency ... Signed-off-by: dependabot[bot] --- sample-03-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-03-rs/Cargo.toml b/sample-03-rs/Cargo.toml index 6703f624..6df43eb2 100644 --- a/sample-03-rs/Cargo.toml +++ b/sample-03-rs/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5.20", features = [ "derive", ] } pbkdf2 = "0.12.2" -rand = "0.8.5" +rand = "0.9.0" reqwest = { version = "0.12.8", features = ["json"] } serde = { version = "1.0.213", features = ["derive"] } sha2 = "0.10.8" @@ -34,4 +34,4 @@ tokio = { version = "1.41.0", default-features = false, features = [ ] } [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0"