Skip to content

Commit

Permalink
build(deps): bump zstd from 0.13.1 to 0.13.2
Browse files Browse the repository at this point in the history
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.13.1 to 0.13.2.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.13.1...v0.13.2)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2024
1 parent 83d46a8 commit ba73003
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -23,7 +23,7 @@ flate2 = { version = "1.0.32", 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 }
zstd = { version = "0.13.1", optional = true }
zstd = { version = "0.13.2", 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 ba73003

Please sign in to comment.