Skip to content

Commit

Permalink
Merge pull request #5 from simonrupf/dependabot/cargo/chrono-0.4.37
Browse files Browse the repository at this point in the history
Bump chrono from 0.4.34 to 0.4.37
  • Loading branch information
simonrupf authored Apr 16, 2024
2 parents fbe74b9 + a49112c commit bd1ba39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -13,7 +13,7 @@ rust-version = "1.74"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.34"
chrono = "0.4.37"
codepage-437 = "0.1.0"
crossterm = { version = "=0.27.0", default-features = false, features = ["windows", "events"] } # pin to the version depended on by ratatui
ratatui = { version = "0.26.1", default-features = false, features = ['crossterm'] }
Expand Down

0 comments on commit bd1ba39

Please sign in to comment.