build(deps): bump lz4_flex from 0.11.1 to 0.11.2 (#597)

This commit is contained in:
dependabot[bot] 2024-01-14 22:53:18 +00:00 committed by GitHub
parent 2f715413ad
commit f3551214d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -725,9 +725,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "lz4_flex"
version = "0.11.1"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ea9b256699eda7b0387ffbc776dd625e28bde3918446381781245b7a50349d8"
checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15"
dependencies = [
"twox-hash",
]

View File

@ -22,7 +22,7 @@ gzp = { version = "0.11.3", default-features = false, features = ["snappy_defaul
ignore = "0.4.22"
libc = "0.2.152"
linked-hash-map = "0.5.6"
lz4_flex = "0.11.1"
lz4_flex = "0.11.2"
once_cell = "1.19.0"
rayon = "1.8.0"
same-file = "1.0.6"