diff --git a/Cargo.lock b/Cargo.lock index 774e999..a2397a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -22,9 +22,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.101" +version = "1.0.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea" +checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index 13c60ac..6e2f655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ description = "distributed saga implementation" #panic = "abort" [dependencies] -anyhow = "1.0.101" +anyhow = "1.0.102" async-trait = "0.1.89" futures = "0.3.31" newtype_derive = "0.1.6"