From 8b013016ca3fd33778ed8296f1fe2c0d2470f141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 09:12:45 +0000 Subject: [PATCH] Bump anyhow from 1.0.90 to 1.0.91 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.90 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.90...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 ++-- mock/breez-sdk/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7e1c744a..803c5013 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,9 +155,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.90" +version = "1.0.91" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" +checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" dependencies = [ "backtrace", ] diff --git a/mock/breez-sdk/Cargo.toml b/mock/breez-sdk/Cargo.toml index 9e45629f..e68d9dde 100644 --- a/mock/breez-sdk/Cargo.toml +++ b/mock/breez-sdk/Cargo.toml @@ -8,7 +8,7 @@ name = "breez_sdk_core" [dependencies] tokio = { version = "1.37.0", features = ["rt-multi-thread", "time", "sync"] } -anyhow = { version = "1.0.90", features = [] } +anyhow = { version = "1.0.91", features = [] } bitcoin = { version = "0.30.2", default-features = false } breez-sdk-core = { git = "https://github.com/breez/breez-sdk", tag = "0.6.2" } chrono = { version = "0.4", features = [] }