From 0e58523acf9765ef0764bafa4d02f147f24d6405 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 12:24:45 +0000 Subject: [PATCH] chore(deps): update rust crate rand to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb382b2..3a553d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ p256 = "0.13.2" pe-sign = "0.1.10" pgp = "0.15" pkcs8 = { version = "0.10" } -rand = { version = "0.8", features = ["std", "std_rng"] } +rand = { version = "0.9", features = ["std", "std_rng"] } reqwest = { version = "0.12", features = ["json"] } rsa = { version = "0.9.6", features = ["sha2", "pem"] } rustls = { version = "0.23.20" }