From 1139317024fda5f3c1165306895c4f1d4ebd3153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 20:37:06 +0000 Subject: [PATCH] chore(deps): bump async-trait from 0.1.73 to 0.1.74 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.73 to 0.1.74. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.73...0.1.74) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9edd0ee3..db850478 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,9 +153,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.73" +version = "0.1.74" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0" +checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 08e4aac0..869c292f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ sqlxmq = { git = "https://github.com/GaloyMoney/sqlxmq", rev = "f03f73c", defaul sqlx-ledger = { version = "0.10.0", features = ["otel"] } tokio = { version = "1.29.1", features = ["full"] } futures = "0.3.27" -async-trait = "0.1.67" +async-trait = "0.1.74" thiserror = "1.0.49" anyhow = "1.0.70" tracing = "0.1.37"