Skip to content

Commit cdc22d4

Browse files
committed
Auto merge of #11316 - kornelski:invalid-anyhow, r=weihanglo
Newer anyhow features are required anyhow doesn't follow semver rules for new features, and Cargo won't compile with anyhow older than this version due to dependence on captured variables in format strings.
2 parents 37cad5b + 589d704 commit cdc22d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ curl = { version = "0.4.44", features = ["http2"] }
2525
curl-sys = "0.4.58"
2626
env_logger = "0.9.0"
2727
pretty_env_logger = { version = "0.4", optional = true }
28-
anyhow = "1.0"
28+
anyhow = "1.0.47"
2929
filetime = "0.2.9"
3030
flate2 = { version = "1.0.3", default-features = false, features = ["zlib"] }
3131
git2 = "0.15.0"

0 commit comments

Comments
 (0)