From f4bbaf8434a3deeb22d00a58afb09186d0abce8d Mon Sep 17 00:00:00 2001 From: Wyatt Herkamp Date: Mon, 12 Sep 2022 10:26:39 -0400 Subject: [PATCH] hopefully a depend fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6996fc6..b32f39fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ hmac = { version = "0.12.1", optional = true, features = ["reset"] } pbkdf2 = {version = "0.11.0", optional = true } sha1 = {version = "0.10.1", optional = true } time = { version = "0.3.7", features = ["formatting", "macros" ], optional = true } -zstd = { version = "0.11.0", optional = true } +zstd = { version = "0.11", optional = true } [target.'cfg(any(all(target_arch = "arm", target_pointer_width = "32"), target_arch = "mips", target_arch = "powerpc"))'.dependencies] crossbeam-utils = "0.8.8"