Skip to content

Commit 286fbcb

Browse files
authored
Merge pull request #105 from GiganticMinecraft/renovate/sqlx-0.x
fix(deps): update rust crate sqlx to 0.6.3
2 parents ada0fa7 + 6cde584 commit 286fbcb

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

server/Cargo.lock

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/infra/repository_impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ config = { path = "../../config" }
1010
anyhow = "1.0.71"
1111
async-trait = "0.1.68"
1212
chrono = "0.4.24"
13-
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "mysql", "chrono"] }
13+
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 commit comments

Comments
 (0)