From 7644cfe1c96b48c36e82cf6ff89489ac10928f1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 16:52:04 +0200 Subject: [PATCH] build(deps): Bump anyhow from 1.0.86 to 1.0.89 (#51) Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.86 to 1.0.89. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.86...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 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d00aa4..554e769 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -103,9 +103,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.86" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "apibara-core" diff --git a/Cargo.toml b/Cargo.toml index 1b70198..10b6fad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ readme = "README.md" keywords = ["vesu", "liquidator", "bot", "starknet"] [dependencies] -anyhow = "1.0.86" +anyhow = "1.0.89" async-trait = "0.1.82" bigdecimal = { version = "0.4.5", features = ["serde"] } cainome = { git = "https://github.com/cartridge-gg/cainome", tag = "v0.3.2", features = [