diff --git a/Cargo.lock b/Cargo.lock index 93535060..936be45b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -175,9 +175,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.74" +version = "0.1.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" +checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index f1e86d70..60e8c5ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ sqlxmq = { version = "0.5.0", default-features = false, features = ["runtime-tok sqlx-ledger = { version = "0.11.1", features = ["otel"] } tokio = { version = "1.35.1", features = ["full"] } futures = "0.3.27" -async-trait = "0.1.74" +async-trait = "0.1.77" thiserror = "1.0.49" anyhow = "1.0.70" tracing = "0.1.37"