diff --git a/Cargo.lock b/Cargo.lock index 2a6966e00..bf7a02a8f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -246,9 +246,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.87" +version = "1.0.89" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "10f00e1f6e58a40e807377c75c6a7f97bf9044fab57816f2414e6f5f4499d7b8" +checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6" [[package]] name = "arbitrary" diff --git a/Cargo.toml b/Cargo.toml index 0c864e90d..0410e1cfb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -144,7 +144,7 @@ rooch-nursery = { path = "frameworks/rooch-nursery" } # External crate dependencies. # Please do not add any test features here: they should be declared by the individual crate. again = "0.1.2" -anyhow = "1.0.87" +anyhow = "1.0.89" async-trait = "0" backtrace = "0.3" bcs = "0.1.3"