Skip to content

Commit

Permalink
chore(deps): bump lzfse-sys from 1.0.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [lzfse-sys](https://github.com/citruz/lzfse-rs) from 1.0.0 to 2.0.0.
- [Release notes](https://github.com/citruz/lzfse-rs/releases)
- [Commits](https://github.com/citruz/lzfse-rs/commits)

---
updated-dependencies:
- dependency-name: lzfse-sys
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 053bfbf commit b549d80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/applesauce-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing = "0.1.40"
flate2 = { version = "1.0", optional = true }

# pin to an exact version, since we depend on internal implementation details
lzfse-sys = { version = "=1.0.0", optional = true }
lzfse-sys = { version = "=2.0.0", optional = true }

[dev-dependencies]
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/applesauce/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jwalk = "0.8"
flate2 = { version = "1.0", optional = true }

# pin to an exact version, since we depend on internal implementation details
lzfse-sys = { version = "=1.0.0", optional = true }
lzfse-sys = { version = "=2.0.0", optional = true }

[dev-dependencies]
sha2 = "0.10.8"
Expand Down

0 comments on commit b549d80

Please sign in to comment.