diff --git a/Cargo.lock b/Cargo.lock index fd31623..aaca146 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,9 +28,9 @@ checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" [[package]] name = "async-trait" -version = "0.1.58" +version = "0.1.60" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c" +checksum = "677d1d8ab452a3936018a687b20e6f7cf5363d713b732b8884001317b0e48aa3" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index e01e349..5565a53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "distributed saga implementation" [dependencies] anyhow = "1.0.68" -async-trait = "0.1.58" +async-trait = "0.1.60" futures = "0.3.25" newtype_derive = "0.1.6" serde_json = "1.0"