Skip to content

Commit

Permalink
fix(deps): update rust crate chrono to 0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 30, 2023
1 parent e473af3 commit b5b6d15
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 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 @@ -21,7 +21,7 @@ human_bytes = "0.4.2"
compound_duration = "1.2.1"
jwt-simple = "0.11.5"
rand = "0.8.5"
chrono = { version = "0.4.24", default-features = false, features = ["clock"] }
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
built = { version = "0.6.0", features = ["chrono"] }

[profile.release]
Expand Down

0 comments on commit b5b6d15

Please sign in to comment.