Skip to content

Commit d319c03

Browse files
chore(deps): update comde requirement in /patch in the patch-deps group
--- updated-dependencies: - dependency-name: comde dependency-type: direct:production dependency-group: patch-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bec79a4 commit d319c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ bidiff = "1.0.0"
1212
pipe = "0.4.0"
1313
# comde is a wrapper around several compression libraries.
1414
# We only use zstd and could depend on it directly instead.
15-
comde = { version = "0.2.3", default-features = false, features = [
15+
comde = { version = "0.3.0", default-features = false, features = [
1616
"zstandard",
1717
] }
1818

0 commit comments

Comments
 (0)