From 45081db9b88921cccb4aff01b4cc532a1ff5dcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 08:36:06 +0000 Subject: [PATCH] chore(deps): update zstd requirement from 0.12 to 0.13 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.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 af001c2b..e4a192a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ chrono = { version = "0.4", optional = true } log = "0.4" itertools = "0.11" hex = { version = "0.4", features = ["std"] } -zstd = "0.12" +zstd = "0.13" xz2 = "0.1" capctl = "0.2.3"