Skip to content

Commit

Permalink
Merge pull request #105 from GiganticMinecraft/renovate/sqlx-0.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate sqlx to 0.6.3
  • Loading branch information
kory33 authored May 20, 2023
2 parents ada0fa7 + 6cde584 commit 286fbcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions server/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion server/infra/repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ config = { path = "../../config" }
anyhow = "1.0.71"
async-trait = "0.1.68"
chrono = "0.4.24"
sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "mysql", "chrono"] }
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit 286fbcb

Please sign in to comment.