Skip to content

Commit

Permalink
update chrono dep to fix cargo audit warning
Browse files Browse the repository at this point in the history
Addresses #29.

bumps chrono dep to 0.4.30 which removed a dep on buggy time crate
  • Loading branch information
dan-da committed Sep 24, 2023
1 parent c953ce3 commit 9736ade
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 22 deletions.
24 changes: 3 additions & 21 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 @@ -19,7 +19,7 @@ bech32 = "0"
bincode = "1"
bytes = "1"
bytesize = "1"
chrono = "^0.4.26"
chrono = "^0.4.30"
clap = { version = "4", features = ["derive"] }
crossterm = "0"
directories = "5"
Expand Down

0 comments on commit 9736ade

Please sign in to comment.