mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-06 11:35:45 +00:00
build(deps): bump rayon from 1.8.0 to 1.8.1 (#603)
This commit is contained in:
parent
07a4051d49
commit
a59d1635a0
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1039,9 +1039,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.8.0"
|
||||
version = "1.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
|
||||
checksum = "fa7237101a77a10773db45d62004a272517633fbcc3df19d96455ede1122e051"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rayon-core",
|
||||
@ -1049,9 +1049,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rayon-core"
|
||||
version = "1.12.0"
|
||||
version = "1.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
|
||||
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
||||
dependencies = [
|
||||
"crossbeam-deque",
|
||||
"crossbeam-utils",
|
||||
|
@ -24,7 +24,7 @@ libc = "0.2.152"
|
||||
linked-hash-map = "0.5.6"
|
||||
lz4_flex = "0.11.2"
|
||||
once_cell = "1.19.0"
|
||||
rayon = "1.8.0"
|
||||
rayon = "1.8.1"
|
||||
same-file = "1.0.6"
|
||||
sevenz-rust = { version = "0.5.4", features = ["compress"] }
|
||||
snap = "1.1.1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user