Skip to content

Commit

Permalink
build(deps): bump chrono from 0.4.26 to 0.4.28
Browse files Browse the repository at this point in the history
Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.26 to 0.4.28.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](chronotope/chrono@v0.4.26...v0.4.28)

---
updated-dependencies:
- dependency-name: chrono
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and fujiapple852 committed Aug 31, 2023
1 parent bc2272e commit 88405cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 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 @@ -38,7 +38,7 @@ humantime = "2.1.0"
parking_lot = "0.12.1"
ratatui = "0.23.0"
crossterm = { version = "0.27.0", default-features = false, features = [ "events", "windows" ] }
chrono = { version = "0.4.26", default-features = false, features = [ "clock" ] }
chrono = { version = "0.4.28", default-features = false, features = [ "clock" ] }
itertools = "0.11.0"
serde = { version = "1.0.186", default-features = false }
serde_json = { version = "1.0.105", default-features = false }
Expand Down

0 comments on commit 88405cf

Please sign in to comment.