From 010e85750a454f986a2467aec1c6db18d41d37d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 06:14:55 +0000 Subject: [PATCH] build(deps): bump rayon from 1.5.0 to 1.5.1 Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.0 to 1.5.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/rayon-core-v1.5.0...v1.5.1) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 96f8c8db..72f47d8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1419,9 +1419,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" +checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" dependencies = [ "autocfg", "crossbeam-deque", @@ -1431,9 +1431,9 @@ dependencies = [ [[package]] name = "rayon-core" -version = "1.9.0" +version = "1.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" +checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" dependencies = [ "crossbeam-channel", "crossbeam-deque", diff --git a/Cargo.toml b/Cargo.toml index 3f514691..6a9cbcb7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ ostree-ext = "0.1.2" paste = "1.0" phf = { version = "0.8", features = ["macros"] } rand = "0.8.3" -rayon = "1.5.0" +rayon = "1.5.1" rpmostree-client = { path = "rust/rpmostree-client", version = "0.1.0" } rust-ini = "0.17.0" serde = { version = "1.0.126", features = ["derive"] }