diff --git a/Cargo.lock b/Cargo.lock index 6b67b814d33..20c0d68b2a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -94,9 +94,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.61" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8" +checksum = "1485d4d2cc45e7b201ee3767015c96faa5904387c9d87c6efdd0fb511f12d305" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 7ab4f2238c5..5bc5f050325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ name = "all" path = "src/tests/all.rs" [dependencies] -anyhow = "=1.0.61" +anyhow = "=1.0.62" base64 = "=0.13.0" cargo-registry-index = { path = "cargo-registry-index" } cargo-registry-markdown = { path = "cargo-registry-markdown" } diff --git a/cargo-registry-index/Cargo.toml b/cargo-registry-index/Cargo.toml index ce29506a59d..96ca53775d5 100644 --- a/cargo-registry-index/Cargo.toml +++ b/cargo-registry-index/Cargo.toml @@ -14,7 +14,7 @@ path = "lib.rs" testing = ["serde_json"] [dependencies] -anyhow = "=1.0.61" +anyhow = "=1.0.62" base64 = "=0.13.0" dotenv = "=0.15.0" git2 = "=0.15.0"