Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.4 (#1326)

Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.11.2+zstd.1.5.2 to 0.12.4.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-08-31 12:48:59 +02:00
committed by GitHub
parent dfc0d1bc83
commit f1845f725d
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ thiserror = "1.0.31"
serde = { version = "1.0.188", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = { version = "0.11.2", default-features = false }
zstd = { version = "0.12.4", default-features = false }
[dev-dependencies]
polkadot-erasure-coding = { path = "../../erasure-coding" }