From 246680f9117f1413b81cc03f5d27fbd3624f7da6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:52:34 +0000 Subject: [PATCH] chore(deps): update rust crate async-trait to 0.1.83 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 929a4b13..d4e6ea07 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -624,9 +624,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.82" +version = "0.1.83" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a27b8a3a6e1a44fa4c8baf1f653e4172e81486d4941f2237e20dc2d0cf4ddff1" +checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d98ffb75..1687aa69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = { version = "1.0.128", default-features = false } clap = { version = "4.5.18", features = ["derive"] } futures = { version = "0.3.30", features = ["thread-pool"] } bs58 = "0.5.1" -async-trait = "0.1.82" +async-trait = "0.1.83" hex-literal = "0.4.1" exitcode = "1.1.2" lazy_static = "1.5.0"