diff --git a/Cargo.lock b/Cargo.lock index 87d650760a6..4f0ce6a0b2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,9 +222,9 @@ dependencies = [ [[package]] name = "async-trait" -version = "0.1.86" +version = "0.1.87" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" +checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3055a95b4dd..fa413bd056e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ doctest = true [dependencies] anyhow = "=1.0.96" async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] } -async-trait = "=0.1.86" +async-trait = "=0.1.87" aws-credential-types = { version = "=1.2.1", features = ["hardcoded-credentials"] } aws-ip-ranges = "=0.1052.0" aws-sdk-cloudfront = "=1.66.1" diff --git a/crates/crates_io_github/Cargo.toml b/crates/crates_io_github/Cargo.toml index cb3e6defcd8..3b0cb757ce2 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.96" -async-trait = "=0.1.86" +async-trait = "=0.1.87" mockall = { version = "=0.13.1", optional = true } oauth2 = { version = "=5.0.0", 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 7c053d26ab4..ae1e99cc749 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.96" -async-trait = "=0.1.86" +async-trait = "=0.1.87" mockall = { version = "=0.13.1", optional = true } reqwest = { version = "=0.12.12", features = ["gzip", "json"] } serde = { version = "=1.0.218", features = ["derive"] }