Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 7, 2023
1 parent a369bf6 commit 149e516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
26 changes: 4 additions & 22 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.29"
chrono = "0.4.30"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit 149e516

Please sign in to comment.