From 589d704209427ba9e590fa0533ea0c999df544f1 Mon Sep 17 00:00:00 2001 From: Kornel Date: Mon, 31 Oct 2022 15:33:27 +0000 Subject: [PATCH] Newer anyhow features are required --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e1f6687c7..d907ea482 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ curl = { version = "0.4.44", features = ["http2"] } curl-sys = "0.4.58" env_logger = "0.9.0" pretty_env_logger = { version = "0.4", optional = true } -anyhow = "1.0" +anyhow = "1.0.47" filetime = "0.2.9" flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] } git2 = "0.15.0"