From c8ca29afb2945e76aa04762e069715eb06b38d47 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Mar 2023 01:57:46 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.70 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b63cb22..80c9fc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.69" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800" +checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index 2630c6f..aa4e737 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.69" +anyhow = "1.0.70" clap = { version = "4.1.9", features = [ "color", "deprecated", "derive" ] } git2 = { version = "0.16.1", default-features = false, features = ["vendored-libgit2", "vendored-openssl"] } serde = { version = "1.0.156", default-features = false, features = ["derive"] }