From 3b7d7b48128cc64e52f7df30c2e5be7454da668a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 14:10:13 +0000 Subject: [PATCH] Bump rayon from 1.5.3 to 1.6.1 in /botnet Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.6.1. - [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.6.1) --- 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..f6b798d 100644 --- a/botnet/Cargo.lock +++ b/botnet/Cargo.lock @@ -761,21 +761,19 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.3" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" +checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7" dependencies = [ - "autocfg", - "crossbeam-deque", "either", "rayon-core", ] [[package]] name = "rayon-core" -version = "1.9.3" +version = "1.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f" +checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/botnet/Cargo.toml b/botnet/Cargo.toml index fceafd9..46db63e 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.6" crossbeam-channel = "0.5" rand = "0.8" log = "0.4"