From 1b6235564e96bbaa3519bc5f5ae435040be7691e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 12:07:01 +0000 Subject: [PATCH] build(deps): bump rand from 0.8.5 to 0.9.0 Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 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) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 4 ++-- certifier/Cargo.toml | 2 +- initializer/Cargo.toml | 2 +- profiler/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d069008e..2b999292 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,7 +795,7 @@ dependencies = [ "mockall", "parity-scale-codec", "post-rs", - "rand 0.8.5", + "rand 0.9.0", "serde", "serde_json", "serde_with", @@ -2298,7 +2298,7 @@ dependencies = [ "env_logger", "eyre", "post-rs", - "rand 0.8.5", + "rand 0.9.0", "rayon", "scrypt-ocl", ] @@ -3197,7 +3197,7 @@ dependencies = [ "pprof", "primitive-types", "proptest", - "rand 0.8.5", + "rand 0.9.0", "randomx-rs", "rayon", "regex", @@ -3342,7 +3342,7 @@ dependencies = [ "hex", "libc", "post-rs", - "rand 0.8.5", + "rand 0.9.0", "rayon", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index aa3d4711..448cd7df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ scrypt-jane = { git = "https://github.com/spacemeshos/scrypt-jane-rs", branch = blake3 = "1.5.5" bitvec = "1.0.1" rayon = "1.10.0" -rand = "0.8.5" +rand = "0.9.0" log = "0.4.25" randomx-rs = { git = "https://github.com/spacemeshos/randomx-rs", rev = "d46bcd90e09428883e253b8203d6b311b0a07b91" } @@ -53,7 +53,7 @@ futures = "0.3.31" [dev-dependencies] criterion = "0.5" tempfile = "3.16.0" -rand = "0.8.5" +rand = "0.9.0" proptest = "1.6.0" rstest = "0.24.0" diff --git a/certifier/Cargo.toml b/certifier/Cargo.toml index cf5bb366..07df3a0f 100644 --- a/certifier/Cargo.toml +++ b/certifier/Cargo.toml @@ -21,7 +21,7 @@ config = "0.15.7" tracing = { version = "0.1.41", features = ["log"] } tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } -rand = "0.8.5" +rand = "0.9.0" serde_json = "1.0.138" base64 = "0.22.1" axum-prometheus = "0.8.0" diff --git a/initializer/Cargo.toml b/initializer/Cargo.toml index 552b03f9..68354bae 100644 --- a/initializer/Cargo.toml +++ b/initializer/Cargo.toml @@ -12,5 +12,5 @@ post-rs = { path = "../" } scrypt-ocl = { path = "../scrypt-ocl" } rayon = "1.10.0" eyre = "0.6.12" -rand = "0.8.5" +rand = "0.9.0" env_logger = "0.11.6" diff --git a/profiler/Cargo.toml b/profiler/Cargo.toml index 87edbb46..87c2c7d2 100644 --- a/profiler/Cargo.toml +++ b/profiler/Cargo.toml @@ -10,7 +10,7 @@ eyre = "0.6.12" hex = "0.4.3" libc = "0.2.169" post-rs = { path = "../" } -rand = "0.8.5" +rand = "0.9.0" rayon = "1.10.0" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.138"