Skip to content

Commit

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

build(deps): bump flate2 from 1.0.32 to 1.0.33
  • Loading branch information
wcampbell0x2a authored Aug 30, 2024
2 parents 2981a20 + 4752c30 commit 265d586
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `clap_complete` from 4.5.2 to 4.5.13 ([#575](https://github.com/wcampbell0x2a/backhand/pull/575), [#595](https://github.com/wcampbell0x2a/backhand/pull/595))
- Bump `document-features` from 0.2.8 to 0.2.10 ([#576](https://github.com/wcampbell0x2a/backhand/pull/576))
- Bump `zstd-safe` from 7.1.0 to 7.2.1 ([#585](https://github.com/wcampbell0x2a/backhand/pull/585))
- Bump `flate2` from 1.0.30 to 1.0.32 ([#593](https://github.com/wcampbell0x2a/backhand/pull/593))
- Bump `flate2` from 1.0.30 to 1.0.33 ([#593](https://github.com/wcampbell0x2a/backhand/pull/593), [#596](https://github.com/wcampbell0x2a/backhand/pull/596))

## [v0.18.0] - 2024-05-24
### `backhand`
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 @@ -19,7 +19,7 @@ rustdoc-args = ["--cfg", "docsrs"]
deku = "0.17.0"
tracing = { version = "0.1.40" }
thiserror = "1.0.63"
flate2 = { version = "1.0.32", optional = true }
flate2 = { version = "1.0.33", 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 265d586

Please sign in to comment.