Skip to content

Commit

Permalink
Remove dependency on vulnerable time.
Browse files Browse the repository at this point in the history
  • Loading branch information
samwho committed Jun 4, 2023
1 parent 432eeb2 commit 433ef52
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 @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }
[dependencies]
csv = "1.2"
quick-csv = "0.1"
chrono = "0.4"
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
dirs = "5.0"
itertools = "0.10"
textwrap = { version = "0.16", features = ["terminal_size", "smawk"] }
Expand Down

0 comments on commit 433ef52

Please sign in to comment.