Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.38
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 16, 2024
1 parent e559ebd commit ef735af
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 12 deletions.
86 changes: 75 additions & 11 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.82"
async-trait = "0.1.80"
chrono = "0.4.31"
chrono = "0.4.38"
sqlx = { version = "0.6.3", features = ["runtime-tokio-rustls", "mysql", "chrono"] }

0 comments on commit ef735af

Please sign in to comment.