Skip to content

Commit

Permalink
Auto merge of #8826 - Aaron1011:anyhow-bump, r=alexcrichton
Browse files Browse the repository at this point in the history
Bump `anyhow` dependency to `1.0.34` in `crates-io` crate

This will keep `crates-io` compiling if rust-lang/rust#33953
is fixed. See dtolnay/anyhow#120
  • Loading branch information
bors committed Nov 2, 2020
2 parents c46c06a + 939b5ff commit 0cd5ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/crates-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = "lib.rs"

[dependencies]
curl = "0.4"
anyhow = "1.0.0"
anyhow = "1.0.34"
percent-encoding = "2.0"
serde = { version = "1.0", features = ['derive'] }
serde_json = "1.0"
Expand Down

0 comments on commit 0cd5ab7

Please sign in to comment.