Skip to content

Commit

Permalink
⬆️ Bump zstd from 0.12.4 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.4 to 0.13.0.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.12.4...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ChanTsune committed Oct 12, 2023
1 parent e7b5bfb commit f24dd26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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 lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ liblzma = { version = "0.2.1", features = ["static"] }
password-hash = "0.5.0"
pbkdf2 = { version = "0.12.2", features = ["simple", "parallel"] }
rand = "0.8.5"
zstd = { version = "0.12.4", default-features = false }
zstd = { version = "0.13.0", default-features = false }

[dev-dependencies]
once_cell = "1.18.0"
Expand Down

0 comments on commit f24dd26

Please sign in to comment.