From 753f2935076bbc274f54fca9663ad180d6f212bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 16:42:16 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.80 to 1.0.83 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.80 to 1.0.83. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.80...1.0.83) --- 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 a3c0e88..f71455f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,9 +67,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3" [[package]] name = "async-recursion" diff --git a/Cargo.toml b/Cargo.toml index 98b0067..da12656 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ clap = { version = "4.4.11", features = ["string", "derive"] } serde = { version = "1.0.197", features = ["derive"] } tokio = { version = "1.35.1", features = ["full"] } async-recursion = "1.0.5" -anyhow = "1.0.80" +anyhow = "1.0.83" colored = "2.1.0" toml = "0.8.8" columns = "0.1.0"