Skip to content

Commit 8ecf1b1

Browse files
chore(deps): bump lz4_flex from 0.11.5 to 0.12.0 in /native
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]>
1 parent eb71b28 commit 8ecf1b1

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

native/Cargo.lock

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

native/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ prost = "0.14.1"
5151
jni = "0.21"
5252
snap = "1.1"
5353
# we disable default features in lz4_flex to force the use of the faster unsafe encoding and decoding implementation
54-
lz4_flex = { version = "0.11.3", default-features = false }
54+
lz4_flex = { version = "0.12.0", default-features = false }
5555
zstd = "0.13.3"
5656
rand = { workspace = true }
5757
num = { workspace = true }

0 commit comments

Comments
 (0)