chore(deps): bump rayon from 1.5.2 to 1.5.3 (#1269)
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3. - [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.2...v1.5.3) --- updated-dependencies: - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6053c928b1
commit
adaa82ab9d
|
@ -2884,9 +2884,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.5.2"
|
||||
version = "1.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fd249e82c21598a9a426a4e00dd7adc1d640b22445ec8545feef801d1a74c221"
|
||||
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"crossbeam-deque",
|
||||
|
|
|
@ -36,7 +36,7 @@ fs_extra = { version = "1.2.0", optional = true }
|
|||
sha2 = { version = "0.9.8", default-features = false, optional = true }
|
||||
dunce = "1.0.2"
|
||||
solang-parser = { default-features = false, version = "=0.1.13" }
|
||||
rayon = "1.5.2"
|
||||
rayon = "1.5.3"
|
||||
rand = { version = "0.8.5", optional = true }
|
||||
path-slash = "0.1.4"
|
||||
cfg-if = "1.0.0"
|
||||
|
|
Loading…
Reference in New Issue