Skip to content

Commit

Permalink
Auto merge of #11316 - kornelski:invalid-anyhow, r=weihanglo
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bors committed Nov 1, 2022
2 parents 37cad5b + 589d704 commit cdc22d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cdc22d4

Please sign in to comment.