From a8c3ffeb493a81fd03df3ceaa626097730f20d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 12:39:36 +0000 Subject: [PATCH] chore(deps): update comde requirement in /patch in the patch-deps group --- updated-dependencies: - dependency-name: comde dependency-version: 0.3.1 dependency-type: direct:production dependency-group: patch-deps ... Signed-off-by: dependabot[bot] --- patch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/Cargo.toml b/patch/Cargo.toml index 532199e..9b73c0b 100644 --- a/patch/Cargo.toml +++ b/patch/Cargo.toml @@ -12,7 +12,7 @@ bidiff = "1.0.0" pipe = "0.4.0" # comde is a wrapper around several compression libraries. # We only use zstd and could depend on it directly instead. -comde = { version = "0.2.3", default-features = false, features = [ +comde = { version = "0.3.1", default-features = false, features = [ "zstandard", ] }