From 22cc20660783efc6dc6e1794a73aa93360d62178 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Oct 2023 07:01:38 +0800 Subject: [PATCH] chore(deps): update zstd requirement from 0.12 to 0.13 (#449) 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.0...v0.12.4) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb4779207..bdc9e6340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -132,4 +132,4 @@ x509-parser = "0.15" # Compress brotli = { version = "3.3", default-features = false } flate2 = { version = "1.0", default-features = false } -zstd = { version = "0.12", default-features = false } +zstd = { version = "0.13", default-features = false }