Skip to content

Commit c5a7981

Browse files
authored
Merge pull request #1201 from kenkoooo/dependabot/cargo/atcoder-problems-backend/async-trait-0.1.56
build(deps): bump async-trait from 0.1.53 to 0.1.56 in /atcoder-problems-backend
2 parents 59a509c + 4970872 commit c5a7981

File tree

2 files changed

+15
-9
lines changed

2 files changed

+15
-9
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 14 additions & 8 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.5.13", features = ["postgres", "runtime-tokio-rustls"] }
12-
async-trait = "0.1.53"
12+
async-trait = "0.1.56"
1313
serde = { version = "1.0", features = ["derive"] }
1414
uuid = { version = "1.1", features = ["serde", "v4"] }
1515
anyhow = "1.0"

0 commit comments

Comments
 (0)