Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.31 (#143)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent c55c770 commit 0050907
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
32 changes: 7 additions & 25 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
axum = { version = "0.6.20", features = ["form", "tracing", "macros", "headers", "multipart"] }
axum-extra = { version = "0.7.7", features = ["form"] }
chrono = { version = "0.4.26", features = ["rkyv", "serde", "clock"] }
chrono = { version = "0.4.31", features = ["rkyv", "serde", "clock"] }
chrono-tz = "0.8.3"
icalendar = { version = "0.15.7", features = ["chrono-tz"] }
dotenvy = "0.15.7"
Expand Down

0 comments on commit 0050907

Please sign in to comment.