Skip to content

Commit 9265bc3

Browse files
Update Rust crate async-trait to v0.1.89 (#11751)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bd25497 commit 9265bc3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ aes-gcm = { version = "=0.10.3", features = ["std"] }
5151
anyhow = "=1.0.99"
5252
astral-tokio-tar = "=0.5.3"
5353
async-compression = { version = "=0.4.27", default-features = false, features = ["gzip", "tokio"] }
54-
async-trait = "=0.1.88"
54+
async-trait = "=0.1.89"
5555
aws-credential-types = { version = "=1.2.5", features = ["hardcoded-credentials"] }
5656
aws-ip-ranges = "=0.1376.0"
5757
aws-sdk-cloudfront = "=1.92.0"

crates/crates_io_docs_rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mock = ["dep:mockall"]
1212

1313
[dependencies]
1414
anyhow = "=1.0.99"
15-
async-trait = "=0.1.88"
15+
async-trait = "=0.1.89"
1616
crates_io_env_vars = { path = "../crates_io_env_vars" }
1717
http = "=1.3.1"
1818
mockall = { version = "=0.13.1", optional = true }

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mock = ["dep:mockall"]
1212

1313
[dependencies]
1414
anyhow = "=1.0.99"
15-
async-trait = "=0.1.88"
15+
async-trait = "=0.1.89"
1616
mockall = { version = "=0.13.1", optional = true }
1717
oauth2 = { version = "=5.0.0", default-features = false }
1818
reqwest = { version = "=0.12.23", features = ["json"] }

crates/crates_io_team_repo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mock = ["mockall"]
1212

1313
[dependencies]
1414
anyhow = "=1.0.99"
15-
async-trait = "=0.1.88"
15+
async-trait = "=0.1.89"
1616
mockall = { version = "=0.13.1", optional = true }
1717
reqwest = { version = "=0.12.23", features = ["gzip", "json"] }
1818
serde = { version = "=1.0.219", features = ["derive"] }

crates/crates_io_trustpub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test-helpers = ["dep:bon", "dep:mockall", "dep:serde_json"]
1212

1313
[dependencies]
1414
anyhow = "=1.0.99"
15-
async-trait = "=0.1.88"
15+
async-trait = "=0.1.89"
1616
bon = { version = "=3.7.1", optional = true }
1717
chrono = { version = "=0.4.41", features = ["serde"] }
1818
jsonwebtoken = "=9.3.1"

0 commit comments

Comments
 (0)