Skip to content

Commit e412a1a

Browse files
build(deps): bump lz4_flex from 0.11.3 to 0.12.0
Bumps [lz4_flex](https://github.com/pseitz/lz4_flex) from 0.11.3 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](https://github.com/pseitz/lz4_flex/commits/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] <support@github.com>
1 parent 0baa58c commit e412a1a

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

Cargo.lock

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

repak/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ byteorder = "1.5"
2626
aes = { workspace = true, optional = true }
2727
flate2 = { version = "1.1", optional = true }
2828
zstd = { version = "0.13", optional = true }
29-
lz4_flex = { version = "0.11.3", optional = true }
29+
lz4_flex = { version = "0.12.0", optional = true }
3030
oodle_loader = { path = "../oodle_loader", optional = true}
3131
thiserror = "2.0"
3232
sha1 = { workspace = true }

0 commit comments

Comments
 (0)