From 6001bea0214532c22c6b360af6fc5ca17a5bfff6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 21:11:09 +0000 Subject: [PATCH] Update Rust crate async-trait to v0.1.85 --- 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 68dd173bded..eed2f73e24d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,9 +210,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.84" +version = "0.1.85" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0" +checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index b6908b6146a..0f789c4a200 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.84" +async-trait = "=0.1.85" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.964.0" aws-sdk-cloudfront = "=1.59.0" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index c1076767f34..e4bc0b5dcb8 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.84" +async-trait = "=0.1.85" 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 38c8c49cf51..836747a5010 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.84" +async-trait = "=0.1.85" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.12", features = ["gzip", "json"] } serde = { version = "=1.0.217", features = ["derive"] }