Skip to content

Commit 0cd5ab7

Browse files
committed
Auto merge of #8826 - Aaron1011:anyhow-bump, r=alexcrichton
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
2 parents c46c06a + 939b5ff commit 0cd5ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/crates-io/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "lib.rs"
1515

1616
[dependencies]
1717
curl = "0.4"
18-
anyhow = "1.0.0"
18+
anyhow = "1.0.34"
1919
percent-encoding = "2.0"
2020
serde = { version = "1.0", features = ['derive'] }
2121
serde_json = "1.0"

0 commit comments

Comments
 (0)