Bump zstd from 0.9.0+zstd.1.5.0 to 0.9.1+zstd.1.5.1 (#4597)

Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.9.0+zstd.1.5.0 to 0.9.1+zstd.1.5.1.
- [Release notes](https://github.com/gyscos/zstd-rs/releases)
- [Commits](https://github.com/gyscos/zstd-rs/compare/0.9.0...0.9.1)

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

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]
2021-12-25 22:07:55 +01:00
committed by GitHub
parent 1d80a05ff0
commit 2e360f0aac
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ thiserror = "1.0.30"
serde = { version = "1.0.132", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.9.0"
zstd = "0.9.1"
[dev-dependencies]
polkadot-erasure-coding = { path = "../../erasure-coding" }