Skip to content

Commit d696685

Browse files
build(deps): bump async-trait in /atcoder-problems-backend
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.56 to 0.1.57. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.56...0.1.57) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b74c54f commit d696685

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)