Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2023
1 parent fe40cba commit c4c2565
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/domain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ edition = "2021"
anyhow = "1.0.75"
async-trait = "0.1.74"
bytes = "1.4.0"
chrono = "0.4.29"
chrono = "0.4.31"
derive_more = "0.99.17"
2 changes: 1 addition & 1 deletion server/infra/db_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
anyhow = "1.0.75"
async-trait = "0.1.74"
chrono = "0.4.29"
chrono = "0.4.31"
diesel = { version = "2.1.1", features = ["chrono"] }
domain = { path = "../../domain" }
diesel-async = { version = "0.3.2", features = ["mysql", "deadpool"] }
Expand Down
2 changes: 1 addition & 1 deletion server/infra/upstream_repository_impl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ serde = "1.0.188"
anyhow = "1.0.75"
tracing = "0.1.37"
async-trait = "0.1.74"
chrono = "0.4.29"
chrono = "0.4.31"

0 comments on commit c4c2565

Please sign in to comment.