Skip to content

Commit 13aea5a

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

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.74", optional = true }
55+
async-trait = { version = "0.1.77", optional = true }
5656
axum = { version = "0.7", optional = true, features = ["macros"] }
5757
axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
5858
base64-compat = { version = "1", optional = true }

0 commit comments

Comments
 (0)