diff --git a/Cargo.lock b/Cargo.lock index ec98393..f17e7ef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -178,9 +178,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.90" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95" [[package]] name = "arbiter-bindings" diff --git a/Cargo.toml b/Cargo.toml index a9e66bf..f9b2a9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ arbiter-engine = { version = "0.3.2" } tokio = { version = "1.36.0", features = ["full"] } ethers = { version = "2.0.13" } serde = { version = "1.0.197", features = ["derive"] } -anyhow = { version = "1.0.80" } +anyhow = { version = "1.0.90" } async-trait = "0.1.77" clap = { version = "4.5.1", features = ["derive"] }