From 6e23a261a1acbce7e9fe183598bc78ef33df2119 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 14:09:27 +0000 Subject: [PATCH] Bump rayon from 1.5.3 to 1.6.0 in /botnet Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.3 to 1.6.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.6.0) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- botnet/Cargo.lock | 9 ++++----- botnet/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/botnet/Cargo.lock b/botnet/Cargo.lock index ec9520c..f01e5e9 100644 --- a/botnet/Cargo.lock +++ b/botnet/Cargo.lock @@ -761,11 +761,10 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.3" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d" +checksum = "1e060280438193c554f654141c9ea9417886713b7acd75974c85b18a69a88e0b" dependencies = [ - "autocfg", "crossbeam-deque", "either", "rayon-core", @@ -773,9 +772,9 @@ dependencies = [ [[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"