Bump zstd from 0.9.1+zstd.1.5.1 to 0.9.2+zstd.1.5.1 (#4868)

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

---
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]
2022-02-08 20:16:18 +01:00
committed by GitHub
parent 2ffcb55609
commit 684894aabc
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ thiserror = "1.0.30"
serde = { version = "1.0.136", features = ["derive"] }
[target.'cfg(not(target_os = "unknown"))'.dependencies]
zstd = "0.9.1"
zstd = "0.9.2"
[dev-dependencies]
polkadot-erasure-coding = { path = "../../erasure-coding" }