Skip to content

Commit 31ca1a8

Browse files
dependabot[bot]PSeitz
authored andcommitted
Update lz4_flex requirement from 0.13 to 0.14
Updates the requirements on [lz4_flex](https://github.com/pseitz/lz4_flex) to permit the latest version. - [Release notes](https://github.com/pseitz/lz4_flex/releases) - [Changelog](https://github.com/PSeitz/lz4_flex/blob/main/CHANGELOG.md) - [Commits](PSeitz/lz4_flex@0.13.0...0.14.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 057458b commit 31ca1a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ regex = { version = "1.5.5", default-features = false, features = [
2727
aho-corasick = "1.0"
2828
tantivy-fst = "0.5"
2929
memmap2 = { version = "0.9.0", optional = true }
30-
lz4_flex = { version = "0.13", default-features = false, optional = true }
30+
lz4_flex = { version = "0.14", default-features = false, optional = true }
3131
zstd = { version = "0.13", optional = true, default-features = false }
3232
tempfile = { version = "3.12.0", optional = true }
3333
log = "0.4.16"

0 commit comments

Comments
 (0)