From 8b024a3cba32068bc2a8c5827891869d66738f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 19:17:25 +0200 Subject: [PATCH] Update Rust crate async-trait to 0.1.74 (#62) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f616ec..87cf9bc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,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 5941f98..1e94937 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ required-features = ["cli"] [dependencies] anyhow = "1.0.75" -async-trait = "0.1.73" +async-trait = "0.1.74" base64 = "0.21.4" clap = { version = "4.4.6", optional = true, features = ["derive"] } octocrab = "0.31.1"