From 007e44d8ecea4ff68e51f7dbd58e64cdd8fdb782 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2025 07:00:51 +0000 Subject: [PATCH] Update Rust crate async-trait to v0.1.84 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- crates/crates_io_github/Cargo.toml | 2 +- crates/crates_io_team_repo/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bdbf63f63c..291c13e7cc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.84" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 4372d6d9596..5709863a6d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ doctest = true [dependencies] anyhow = "=1.0.95" async-compression = { version = "=0.4.18", default-features = false, features = ["gzip", "tokio"] } -async-trait = "=0.1.83" +async-trait = "=0.1.84" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.964.0" aws-sdk-cloudfront = "=1.58.0" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index bb863c70083..c1076767f34 100644 --- a/crates/crates_io_github/Cargo.toml +++ b/crates/crates_io_github/Cargo.toml @@ -12,7 +12,7 @@ mock = ["dep:mockall"] [dependencies] anyhow = "=1.0.95" -async-trait = "=0.1.83" +async-trait = "=0.1.84" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=4.4.2", default-features = false } reqwest = { version = "=0.12.12", features = ["json"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index d57603f959d..38c8c49cf51 100644 --- a/crates/crates_io_team_repo/Cargo.toml +++ b/crates/crates_io_team_repo/Cargo.toml @@ -12,7 +12,7 @@ mock = ["mockall"] [dependencies] anyhow = "=1.0.95" -async-trait = "=0.1.83" +async-trait = "=0.1.84" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.12", features = ["gzip", "json"] } serde = { version = "=1.0.217", features = ["derive"] }