From f3e0e933e19c8a4a26e1081b867dcfb1ff4bdbbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:28:25 +0200 Subject: [PATCH] Bump anyhow from 1.0.87 to 1.0.89 (#113) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.89) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64d7ce8..9f0ead2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -323,9 +323,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "approx" diff --git a/Cargo.toml b/Cargo.toml index 33558f4..69cdf96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ globenv = "0.2.1" puffin = "0.19.0" colored = "2.0.4" -anyhow = "1.0.87" +anyhow = "1.0.89" chrono = "0.4.38" notify = "6.1.1" whoami = "1.5.2" @@ -94,7 +94,7 @@ keybd_event = "0.1.2" winsafe = { version = "0.0.22", features = ["user"] } [build-dependencies] -anyhow = "1.0.87" +anyhow = "1.0.89" self_update = { version = "0.39.0", default-features = false, features = [ "rustls", ] }