Skip to content

Commit b7a4db2

Browse files
build(deps): bump sqlx from 0.5.13 to 0.6.0 in /atcoder-problems-backend
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.13 to 0.6.0. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/main/CHANGELOG.md) - [Commits](launchbadge/sqlx@v0.5.13...v0.6.0) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7770125 commit b7a4db2

File tree

2 files changed

+44
-30
lines changed

2 files changed

+44
-30
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 43 additions & 29 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.5.13", features = ["postgres", "runtime-tokio-rustls"] }
11+
sqlx = { version = "0.6.0", features = ["postgres", "runtime-tokio-rustls"] }
1212
async-trait = "0.1.56"
1313
serde = { version = "1.0", features = ["derive"] }
1414
uuid = { version = "1.1", features = ["serde", "v4"] }

0 commit comments

Comments
 (0)