Skip to content

Commit e58bfe5

Browse files
deps(deps): bump lz4_flex from 0.11.5 to 0.12.0 (#52)
Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.11.5 to 0.12.0. - [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.11.5...0.12.0) --- updated-dependencies: - dependency-name: lz4_flex dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e82a66 commit e58bfe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ required-features = ["hilbert"]
3232

3333
[dependencies]
3434
# Compression (LZ4 is default)
35-
lz4_flex = "0.11"
35+
lz4_flex = "0.12"
3636
zstd = { version = "0.13", optional = true }
3737

3838
# Serialization

0 commit comments

Comments
 (0)