diff --git a/Cargo.lock b/Cargo.lock index b9b7bb0ec0c..d4a8a0b0d7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,9 +85,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.67" +version = "1.0.68" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7724808837b77f4b4de9d283820f9d98bcf496d5692934b857a2399d31ff22e6" +checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "async-compression" diff --git a/Cargo.toml b/Cargo.toml index 4bfcf5adbcc..624d659fe2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ name = "all" path = "src/tests/all.rs" [dependencies] -anyhow = "=1.0.67" +anyhow = "=1.0.68" aws-sigv4 = "=0.52.0" axum = { version = "=0.6.1", features = ["headers", "macros", "matched-path"] } axum-extra = { version = "=0.4.2", features = ["cookie-signed"] } diff --git a/cargo-registry-index/Cargo.toml b/cargo-registry-index/Cargo.toml index b3efc92cd80..1db87cb35e3 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.67" +anyhow = "=1.0.68" base64 = "=0.13.1" dotenv = "=0.15.0" git2 = "=0.15.0"