Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.28
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent 0519d3a commit 5bf2b42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -9,5 +9,5 @@ config = { path = "../../config" }

anyhow = "1.0.75"
async-trait = "0.1.73"
chrono = "0.4.27"
chrono = "0.4.28"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit 5bf2b42

Please sign in to comment.