Skip to content

Commit

Permalink
Update Rust crate chrono to 0.4.32
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent db2efca commit 01ca986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde_yaml = "0.9"

# database
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio-rustls", "migrate", "macros", "chrono"] }
chrono = { version = "0.4.31", default-features = false, features = ["serde"] }
chrono = { version = "0.4.32", default-features = false, features = ["serde"] }

# search
meilisearch-sdk = "0.24.3"
Expand Down

0 comments on commit 01ca986

Please sign in to comment.