From 90b60b05562041d04176f4ca623ea1ccbc4f783d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Feb 2024 20:41:16 +0000 Subject: [PATCH] build(deps): bump rayon from 1.8.1 to 1.9.0 (#635) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b956d18..7d0cacb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1055,9 +1055,9 @@ dependencies = [ [[package]] name = "rayon" -version = "1.8.1" +version = "1.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051" +checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd" dependencies = [ "either", "rayon-core", diff --git a/Cargo.toml b/Cargo.toml index 1a1addf..31ca451 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ libc = "0.2.153" linked-hash-map = "0.5.6" lz4_flex = "0.11.2" once_cell = "1.19.0" -rayon = "1.8.1" +rayon = "1.9.0" same-file = "1.0.6" sevenz-rust = { version = "0.5.4", features = ["compress"] } snap = "1.1.1"