From 0ae98f8b5f004d55da2a69603b7847c3a8f98c1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 09:29:09 +0000 Subject: [PATCH] chore(deps): bump anyhow from 1.0.87 to 1.0.91 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.87 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.87...1.0.91) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rshotkey-mouse/Cargo.toml | 2 +- crates/rshotkey/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4def0d7..da6330b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,9 +83,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "autocfg" diff --git a/crates/rshotkey-mouse/Cargo.toml b/crates/rshotkey-mouse/Cargo.toml index 0f8e1d6..5a34b07 100644 --- a/crates/rshotkey-mouse/Cargo.toml +++ b/crates/rshotkey-mouse/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.87" +anyhow = "1.0.91" tokio = { workspace = true } winapi = { version = "0.3.9", features = [ "errhandlingapi", diff --git a/crates/rshotkey/Cargo.toml b/crates/rshotkey/Cargo.toml index fe73841..6e8ca8d 100644 --- a/crates/rshotkey/Cargo.toml +++ b/crates/rshotkey/Cargo.toml @@ -12,7 +12,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.91" env_logger = "0.11.5" futures = "0.3.30" log = "0.4.22"