From 1ce4e4c9924397e11b01ccc22d755f8981430f61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 14:23:21 +0000 Subject: [PATCH] Update Rust crate async-trait to v0.1.88 --- 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 f36167eb0cb..addce9cb7e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.87" +version = "0.1.88" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" +checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 94cebd3b749..aed8fe23143 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ doctest = true [dependencies] anyhow = "=1.0.97" async-compression = { version = "=0.4.21", default-features = false, features = ["gzip", "tokio"] } -async-trait = "=0.1.87" +async-trait = "=0.1.88" aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1068.0" aws-sdk-cloudfront = "=1.68.0" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index 22a346fb3c5..bc17735f82b 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.97" -async-trait = "=0.1.87" +async-trait = "=0.1.88" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=5.0.0", default-features = false } reqwest = { version = "=0.12.14", features = ["json"] } diff --git a/crates/crates_io_team_repo/Cargo.toml b/crates/crates_io_team_repo/Cargo.toml index 378b4c2616a..81ac8c96040 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.97" -async-trait = "=0.1.87" +async-trait = "=0.1.88" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.14", features = ["gzip", "json"] } serde = { version = "=1.0.219", features = ["derive"] }