Skip to content

Commit af8596e

Browse files
authored
Merge pull request #1288 from kenkoooo/dependabot/cargo/atcoder-problems-backend/sqlx-0.6.2
build(deps): bump sqlx from 0.6.1 to 0.6.2 in /atcoder-problems-backend
2 parents 50a74af + 7515543 commit af8596e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 11 additions & 11 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
@@ -8,7 +8,7 @@ publish = false
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
sqlx = { version = "0.6.1", features = ["postgres", "runtime-tokio-rustls"] }
11+
sqlx = { version = "0.6.2", features = ["postgres", "runtime-tokio-rustls"] }
1212
async-trait = "0.1.57"
1313
serde = { version = "1.0", features = ["derive"] }
1414
uuid = { version = "1.1", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)