From 61e4412315dd6051a78203dd3510ac0a23a2866a Mon Sep 17 00:00:00 2001 From: Nicolas B <nicoxxl@laposte.net> Date: Fri, 8 Oct 2021 08:27:54 +0200 Subject: [PATCH] Update zstd to 0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ae5d76..b3d16a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ path = "examples/main.rs" base64 = "0.10" xml-rs = "0.8" libflate = "0.1.18" -zstd = { version = "0.5", optional = true } +zstd = { version = "0.9", optional = true } -- GitLab