From e06802b1b72527129fbe1643d5b46909fab32123 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 07:14:56 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.75 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50accbe..eb0dd75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -107,9 +107,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.74" +version = "0.1.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9" +checksum = "fdf6721fb0140e4f897002dd086c06f6c27775df19cfe1fccb21181a48fd2c98" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0354f6c..c40692d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ required-features = ["cli"] [dependencies] anyhow = "1.0.76" -async-trait = "0.1.74" +async-trait = "0.1.75" base64 = "0.21.5" clap = { version = "4.4.11", optional = true, features = ["derive"] } octocrab = "0.32.0"