From bce6384ef785b54a1f8eef7ec7e8b987666e5ad2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:21:54 +0000 Subject: [PATCH] Update zstd requirement from 0.12.3 to 0.13.0 Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.12.3...v0.13.0) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1aee859..5c7c96c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ reqwest = { version = "0.11", features = ["blocking", "rustls-tls"], default-fea tar = "0.4.38" tempfile = "3.5.0" zip = { version = "0.6.4", features = ["deflate"] } -zstd = "0.12.3" +zstd = "0.13.0" [build-dependencies] base64 = "0.21.2"