From 939b5ff766a602f34eb2fea3a5a0010347c648d8 Mon Sep 17 00:00:00 2001 From: Aaron Hill Date: Mon, 2 Nov 2020 18:45:18 -0500 Subject: [PATCH] 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 --- crates/crates-io/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/crates-io/Cargo.toml b/crates/crates-io/Cargo.toml index 632c9487d9f..c19264fa3ea 100644 --- a/crates/crates-io/Cargo.toml +++ b/crates/crates-io/Cargo.toml @@ -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"