Skip to content

Commit

Permalink
Merge pull request #585 from wcampbell0x2a/dependabot/cargo/zstd-safe…
Browse files Browse the repository at this point in the history
…-7.2.1
  • Loading branch information
wcampbell0x2a authored Aug 11, 2024
2 parents e32b488 + 84b726c commit dcbad4c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `rustc-hash` from 1.1.0 to 2.0.0 ([#570](https://github.com/wcampbell0x2a/backhand/pull/570))
- Bump `clap_complete` from 4.5.2 to 4.5.8 ([#575](https://github.com/wcampbell0x2a/backhand/pull/575))
- 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))

## [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 @@ -24,7 +24,7 @@ zune-inflate = { version = "0.2.54", optional = true, default-features = false,
xz2 = { version = "0.1.7", optional = true }
rust-lzo = { version = "0.6.2", optional = true }
zstd = { version = "0.13.1", optional = true }
zstd-safe = { version = "7.0.0", optional = true }
zstd-safe = { version = "7.2.1", optional = true }
rustc-hash = "2.0.0"
document-features = { version = "0.2.10", optional = true }

Expand Down

0 comments on commit dcbad4c

Please sign in to comment.