From 0171fb0d79484ae4dc682b2e882cefd32fc45211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:54:46 +0000 Subject: [PATCH] build(deps): bump zstd from 0.12.4 to 0.13.0 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.4 to 0.13.0. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.12.4...v0.13.0) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 9 ++++----- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 32a3f8d56..2aa53d5dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1918,20 +1918,19 @@ dependencies = [ [[package]] name = "zstd" -version = "0.12.4" +version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a27595e173641171fc74a1232b7b1c7a7cb6e18222c11e9dfb9888fa424c53c" +checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" dependencies = [ "zstd-safe", ] [[package]] name = "zstd-safe" -version = "6.0.6" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee98ffd0b48ee95e6c5168188e44a54550b1564d9d530ee21d5f0eaed1069581" +checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" dependencies = [ - "libc", "zstd-sys", ] diff --git a/Cargo.toml b/Cargo.toml index 420f0910f..1aeda8b1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ url = ">= 2.1, < 3.0" uuid = { version = ">= 0.8, < 2.0", features = ["v4"] } walkdir = "^2.4" xz2 = "^0.1" -zstd = { version = ">= 0.10.0, < 0.13.0", features = ["pkg-config"] } +zstd = { version = ">= 0.10.0, < 0.14.0", features = ["pkg-config"] } [target.'cfg(target_arch = "s390x")'.dependencies] mbrman = ">= 0.5, < 0.6"