cargo: bump zstd from 0.12.2+zstd.1.5.2 to 0.12.3+zstd.1.5.2

Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.2+zstd.1.5.2 to 0.12.3+zstd.1.5.2.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-31 15:09:17 +00:00 committed by github-actions[bot]
parent 18d4300895
commit c6dc4ec811
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -2239,18 +2239,18 @@ dependencies = [
[[package]]
name = "zstd"
version = "0.12.2+zstd.1.5.2"
version = "0.12.3+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9262a83dc741c0b0ffec209881b45dbc232c21b02a2b9cb1adb93266e41303d"
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "6.0.2+zstd.1.5.2"
version = "6.0.3+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6cf39f730b440bab43da8fb5faf5f254574462f73f260f85f7987f32154ff17"
checksum = "68e4a3f57d13d0ab7e478665c60f35e2a613dcd527851c2c7287ce5c787e134a"
dependencies = [
"libc",
"zstd-sys",

View file

@ -39,7 +39,7 @@ tempfile = "3.3.0"
thiserror = "1.0.38"
thrift = { version = "0.17.0", default-features = false, optional = true }
whoami = "1.3.0"
zstd = "0.12.2"
zstd = "0.12.3"
tracing = "0.1.37"
prost = "0.11.6"