From ef003988c9fd4ef1a49eece722b7da10148bde09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 00:25:16 +0530 Subject: [PATCH] chore(deps): bump anyhow from 1.0.81 to 1.0.82 (#527) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.81 to 1.0.82. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.81...1.0.82) --- 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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2cec65a..91ce1e50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,9 +131,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "anymap2" diff --git a/Cargo.toml b/Cargo.toml index 4e1adf90..9762a840 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ fail-on-warnings = [] [dependencies] sqlx-ledger = { version = "0.11.3", features = ["otel"] } -anyhow = "1.0.81" +anyhow = "1.0.82" bitcoincore-rpc = "0.17.0" clap = { version = "4.5", features = ["derive", "env"] } chrono = { version = "0.4.38", features = ["clock", "serde"], default-features = false }