From a49001d8de45dac97cee0e9be41a7121d18baa09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:58:34 +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-04-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-04-rs/Cargo.toml b/sample-04-rs/Cargo.toml index cd87f092..c700a9b7 100644 --- a/sample-04-rs/Cargo.toml +++ b/sample-04-rs/Cargo.toml @@ -17,7 +17,7 @@ cbc = { version = "0.1.2", features = ["alloc"] } clap = { version = "4.5.20", features = ["std", "cargo", "wrap_help", "derive"] } hkdf = "0.12.4" 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" @@ -30,4 +30,4 @@ tokio = { version = "1.41.0", default-features = false, features = [ ] } [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0"