Bump anyhow dependency to 1.0.34 in crates-io crate

This will keep `crates-io` compiling if https://github.com/rust-lang/rust/issues/33953
is fixed. See https://github.com/dtolnay/anyhow/pull/120
This commit is contained in:
Aaron Hill 2020-11-02 18:45:18 -05:00
parent c46c06a161
commit 939b5ff766
No known key found for this signature in database
GPG Key ID: B4087E510E98B164

View File

@ -15,7 +15,7 @@ path = "lib.rs"
[dependencies] [dependencies]
curl = "0.4" curl = "0.4"
anyhow = "1.0.0" anyhow = "1.0.34"
percent-encoding = "2.0" percent-encoding = "2.0"
serde = { version = "1.0", features = ['derive'] } serde = { version = "1.0", features = ['derive'] }
serde_json = "1.0" serde_json = "1.0"