Skip to content

Commit 939b5ff

Browse files
committed
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
1 parent c46c06a commit 939b5ff

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)