ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: bump zstd from 0.11.1+zstd.1.5.2 to 0.11.2+zstd.1.5.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-05-13 15:27:28 +00:00 committed by Martin von Zweigbergk
parent 1e55b790eb
commit f0b1a18a8e
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -1852,9 +1852,9 @@ dependencies = [
[[package]]
name = "zstd"
version = "0.11.1+zstd.1.5.2"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a16b8414fde0414e90c612eba70985577451c4c504b99885ebed24762cb81a"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]

View file

@ -38,7 +38,7 @@ tempfile = "3.3.0"
thiserror = "1.0.31"
uuid = { version = "1.0.0", features = ["v4"] }
whoami = "1.2.1"
zstd = "0.11.1"
zstd = "0.11.2"
[dev-dependencies]
assert_matches = "1.5.0"