Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent a4ecdd7 commit 152c4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ human_bytes = "0.4.2"
compound_duration = "1.2.1"
jwt-simple = "0.11.6"
rand = "0.8.5"
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
chrono = { version = "0.4.29", default-features = false, features = ["clock"] }
built = { version = "0.6.1", features = ["chrono"] }

[profile.release]
Expand Down

0 comments on commit 152c4e7

Please sign in to comment.