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 = [