From c93283cd5b2b553caa0e06f1e2631f0c6593895a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Oct 2022 08:15:48 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.44 to 1.0.66 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.44 to 1.0.66. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.44...1.0.66) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 541d4c7..9b70908 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.44" +version = "1.0.66" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1" +checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "atty" diff --git a/Cargo.toml b/Cargo.toml index 2d804c4..687c8a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ serde_json = "1.0.68" serde = { version = "1.0.130", features = ["derive"] } structopt = "0.3.25" dirs-next = "2.0.0" -anyhow = "1.0.44" +anyhow = "1.0.66" fancy-regex = "0.7.1" [profile.release]