Skip to content

Commit 67c0877

Browse files
Update Rust crate async-trait to v0.1.81 (#9027)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97dff69 commit 67c0877

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -48,7 +48,7 @@ slow-tests = []
4848

4949
[dependencies]
5050
anyhow = "=1.0.86"
51-
async-trait = "=0.1.80"
51+
async-trait = "=0.1.81"
5252
aws-credential-types = { version = "=1.2.0", features = ["hardcoded-credentials"] }
5353
aws-ip-ranges = "=0.607.0"
5454
aws-sdk-cloudfront = "=1.36.0"

crates/crates_io_github/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ workspace = true
99

1010
[dependencies]
1111
anyhow = "=1.0.86"
12-
async-trait = "=0.1.80"
12+
async-trait = "=0.1.81"
1313
oauth2 = { version = "=4.4.2", default-features = false }
1414
reqwest = { version = "=0.12.5", features = ["json"] }
1515
serde = { version = "=1.0.204", features = ["derive"] }

0 commit comments

Comments
 (0)