Skip to content

Commit

Permalink
Merge pull request #547 from wcampbell0x2a/dependabot/cargo/flate2-1.…
Browse files Browse the repository at this point in the history
…0.30

build(deps): bump flate2 from 1.0.28 to 1.0.30
  • Loading branch information
wcampbell0x2a authored May 3, 2024
2 parents a1a3a53 + 6e78df6 commit a7377ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Dependencies
- Bump `flate2` from 1.0.28 to 1.0.30 ([#547](https://github.com/wcampbell0x2a/backhand/pull/547))

## [v0.16.0] - 2024-04-25
### `backhand`
- Simplify API by removing `FilesystemReader::alloc_read_buffers()`. This is now handled internally by `FilesystemReader::reader()` ([#530](https://github.com/wcampbell0x2a/backhand/pull/530))
Expand Down
4 changes: 2 additions & 2 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 backhand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../README.md"
deku = "0.16.0"
tracing = { version = "0.1.40" }
thiserror = "1.0.59"
flate2 = { version = "1.0.28", optional = true }
flate2 = { version = "1.0.30", optional = true }
zune-inflate = { version = "0.2.54", optional = true, default-features = false, features = ["zlib"] }
xz2 = { version = "0.1.7", optional = true }
rust-lzo = { version = "0.6.2", optional = true }
Expand Down

0 comments on commit a7377ef

Please sign in to comment.