mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
build(deps): bump rayon from 1.9.0 to 1.10.0 (#647)
This commit is contained in:
parent
43e0f09f36
commit
30ac0a821e
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -1054,9 +1054,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.9.0"
|
||||
version = "1.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
|
||||
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
||||
dependencies = [
|
||||
"either",
|
||||
"rayon-core",
|
||||
|
@ -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.9.0"
|
||||
rayon = "1.10.0"
|
||||
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