Skip to content

Commit 7515543

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

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

atcoder-problems-backend/Cargo.lock

Lines changed: 22 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)