Skip to content

Commit

Permalink
Update zstd requirement from 0.12.3 to 0.13.0 (#55)
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.3...v0.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 58cca0e commit 641056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-fea
tar = "0.4.38"
tempfile = "3.5.0"
zip = { version = "0.6.4", features = ["deflate"] }
zstd = "0.12.3"
zstd = "0.13.0"

[build-dependencies]
base64 = "0.21.2"
Expand Down

0 comments on commit 641056b

Please sign in to comment.