From 14c7023046ab06570d559cef699b88f07f1ede23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Wed, 6 Oct 2021 17:30:03 -0300 Subject: [PATCH] Remove warning in zstd dependency specification --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a1bfbd..411e0a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tar = "0.4.37" xz2 = "0.1.6" zip = { version = "0.5.13", default-features = false, features = ["deflate-miniz"] } flate2 = { version = "1.0.22", default-features = false, features = ["zlib"] } -zstd = { version = "0.9.0+zstd.1.5.0", default-features = false, features = ["thin"] } +zstd = { version = "0.9.0", default-features = false, features = ["thin"] } [dev-dependencies] tempfile = "3.2.0"