Skip to content

Commit c2d4da5

Browse files
authored
Merge pull request #1249 from kenkoooo/dependabot/cargo/atcoder-problems-backend/async-trait-0.1.57
build(deps): bump async-trait from 0.1.56 to 0.1.57 in /atcoder-problems-backend
2 parents c3e6725 + d696685 commit c2d4da5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

atcoder-problems-backend/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.

atcoder-problems-backend/sql-client/Cargo.toml

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

1010
[dependencies]
1111
sqlx = { version = "0.6.1", features = ["postgres", "runtime-tokio-rustls"] }
12-
async-trait = "0.1.56"
12+
async-trait = "0.1.57"
1313
serde = { version = "1.0", features = ["derive"] }
1414
uuid = { version = "1.1", features = ["serde", "v4"] }
1515
anyhow = "1.0"

0 commit comments

Comments
 (0)