From caca75736882f5f122cf107d8c843f370c727f4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 20:43:12 +0000 Subject: [PATCH] Bump async-trait from 0.1.77 to 0.1.84 Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.77 to 0.1.84. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.77...0.1.84) --- 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 ec98393..3e21585 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,9 +451,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.77" +version = "0.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" +checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a9e66bf..070febe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ tokio = { version = "1.36.0", features = ["full"] } ethers = { version = "2.0.13" } serde = { version = "1.0.197", features = ["derive"] } anyhow = { version = "1.0.80" } -async-trait = "0.1.77" +async-trait = "0.1.84" clap = { version = "4.5.1", features = ["derive"] }