Skip to content

Commit

Permalink
Update zstd requirement from 0.12.1 to 0.13.0
Browse files Browse the repository at this point in the history
Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](gyscos/zstd-rs@v0.12.1...v0.13.0)

---
updated-dependencies:
- dependency-name: zstd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brian14708 committed Oct 12, 2023
1 parent 9e2e547 commit 36526cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsar-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sha1 = "0.10.1"
smallvec = "1.9.0"
thiserror = "1.0.31"
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
zstd = "0.12.1"
zstd = "0.13.0"

[target.'cfg(windows)'.dependencies]
zfp-sys-cc = "0.1.4"
Expand Down

0 comments on commit 36526cd

Please sign in to comment.