From 4855603d18e320d26558a522ac05f49850cd2b5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:23:02 +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 ++-- sample-04-rs/Cargo.toml | 4 ++-- sample-05-rs/Cargo.toml | 4 ++-- sample-06-rs/Cargo.toml | 4 ++-- sample-07-09-rs/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 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" 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" diff --git a/sample-05-rs/Cargo.toml b/sample-05-rs/Cargo.toml index dda2e9b3..b9aa429f 100644 --- a/sample-05-rs/Cargo.toml +++ b/sample-05-rs/Cargo.toml @@ -15,7 +15,7 @@ anyhow = "1.0.91" cbc = { version = "0.1.2", features = ["alloc"] } clap = { version = "4.5.20", features = ["std", "cargo", "wrap_help", "derive"] } hkdf = "0.12.4" -rand = "0.8.5" +rand = "0.9.0" rsa = { version = "0.9.6" } serde = { version = "1.0.213", features = ["derive"] } sha2 = "0.10.8" @@ -26,5 +26,5 @@ p384 = "0.13.0" rmp-serde = "1.3.0" [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0" base64 = "0.22.1" diff --git a/sample-06-rs/Cargo.toml b/sample-06-rs/Cargo.toml index 379205bc..f161ccb3 100644 --- a/sample-06-rs/Cargo.toml +++ b/sample-06-rs/Cargo.toml @@ -17,7 +17,7 @@ clap = { version = "4.5.20", features = [ "wrap_help", "derive", ] } -rand = "0.8.5" +rand = "0.9.0" rsa = { version = "0.9.6" } sha2 = "0.10.8" hex = "0.4.3" @@ -32,5 +32,5 @@ typenum = "1.17.0" ecdsa = { version = "0.16.9", features = ["signing", "verifying", "pkcs8"] } [dev-dependencies] -hex-literal = "0.4.1" +hex-literal = "1.0.0" base64 = "0.22.1" diff --git a/sample-07-09-rs/Cargo.toml b/sample-07-09-rs/Cargo.toml index 790a7edf..51db1222 100644 --- a/sample-07-09-rs/Cargo.toml +++ b/sample-07-09-rs/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.5.20", features = [ "wrap_help", "derive", ] } -rand = "0.8.5" +rand = "0.9.0" rustc-hash = "2.0.0" serde = { version = "1.0.213", features = ["derive"] } tokio = { version = "1.41.0", features = ["full"] }