From 27258c96ae359f84b7bfec660c631d654b8596cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:07:08 +0000 Subject: [PATCH] Bump rayon from 1.5.3 to 1.7.0 in /botnet Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.7.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/v1.5.3...rayon-core-v1.7.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- botnet/Cargo.lock | 10 ++++------ botnet/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/botnet/Cargo.lock b/botnet/Cargo.lock index ec9520c..368644c 100644 --- a/botnet/Cargo.lock +++ b/botnet/Cargo.lock @@ -761,21 +761,19 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.3" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" +checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b" dependencies = [ - "autocfg", - "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.9.3" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" +checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/botnet/Cargo.toml b/botnet/Cargo.toml index fceafd9..d3e8efe 100644 --- a/botnet/Cargo.toml +++ b/botnet/Cargo.toml @@ -10,7 +10,7 @@ lto = true botnet_api = { version = "0.1", default-features = false, path = "../botnet_api" } wasmtime = "1.0" rkyv = "0.7" -rayon = "1.5" +rayon = "1.7" crossbeam-channel = "0.5" rand = "0.8" log = "0.4"