Skip to content

Commit 238e216

Browse files
Update Rust crate async-trait to v0.1.88
1 parent a08f630 commit 238e216

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
@@ -49,7 +49,7 @@ doctest = true
4949
[dependencies]
5050
anyhow = "=1.0.97"
5151
async-compression = { version = "=0.4.20", default-features = false, features = ["gzip", "tokio"] }
52-
async-trait = "=0.1.87"
52+
async-trait = "=0.1.88"
5353
aws-credential-types = { version = "=1.2.2", features = ["hardcoded-credentials"] }
5454
aws-ip-ranges = "=0.1068.0"
5555
aws-sdk-cloudfront = "=1.68.0"

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.97"
15-
async-trait = "=0.1.87"
15+
async-trait = "=0.1.88"
1616
mockall = { version = "=0.13.1", optional = true }
1717
oauth2 = { version = "=5.0.0", default-features = false }
1818
reqwest = { version = "=0.12.14", 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.97"
15-
async-trait = "=0.1.87"
15+
async-trait = "=0.1.88"
1616
mockall = { version = "=0.13.1", optional = true }
1717
reqwest = { version = "=0.12.14", features = ["gzip", "json"] }
1818
serde = { version = "=1.0.219", features = ["derive"] }

0 commit comments

Comments
 (0)