mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 12:05:46 +00:00
Merge pull request #500 from ouch-org/dependabot/cargo/lz4_flex-0.11.1
This commit is contained in:
commit
253edb5090
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -626,9 +626,9 @@ checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "lz4_flex"
|
name = "lz4_flex"
|
||||||
version = "0.11.0"
|
version = "0.11.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ad6f50e0fd4351da4b429de1234c28feda97aafa5748fbd4a74634f5cc5d82dd"
|
checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"twox-hash",
|
"twox-hash",
|
||||||
]
|
]
|
||||||
|
@ -22,7 +22,7 @@ gzp = { version = "0.11.3", default-features = false, features = ["snappy_defaul
|
|||||||
ignore = "0.4.20"
|
ignore = "0.4.20"
|
||||||
libc = "0.2.147"
|
libc = "0.2.147"
|
||||||
linked-hash-map = "0.5.6"
|
linked-hash-map = "0.5.6"
|
||||||
lz4_flex = "0.11.0"
|
lz4_flex = "0.11.1"
|
||||||
once_cell = "1.18.0"
|
once_cell = "1.18.0"
|
||||||
rayon = "1.7.0"
|
rayon = "1.7.0"
|
||||||
same-file = "1.0.6"
|
same-file = "1.0.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user