Skip to content

Commit 8de89bf

Browse files
fix(deps): update rust crate async-trait to 0.1.74 (#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f8b754b commit 8de89bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ oidc = ["credentials", "dep:base64-compat"]
5252
rocket = ["credentials", "oidc", "dep:rocket"]
5353

5454
[dependencies]
55-
async-trait = { version = "0.1.73", optional = true }
55+
async-trait = { version = "0.1.74", optional = true }
5656
axum = { version = "0.6.20", optional = true, features = ["headers", "macros"] }
5757
axum-extra = { version = "0.8.0", optional = true }
5858
base64-compat = { version = "1", optional = true }

0 commit comments

Comments
 (0)