Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 5, 2023
1 parent a97b0d8 commit 1872ca4
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.28"
chrono = "0.4.29"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit 1872ca4

Please sign in to comment.