build: bump chrono from 0.4.20 to 0.4.22 (#4255)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.20 to 0.4.22.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.20...v0.4.22)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-08-15 03:05:36 -04:00
committed by GitHub
parent 21e8d258e9
commit 613dd1fa07
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ notify = ["notify-rust"]
[dependencies]
ansi_term = "0.12.1"
chrono = { version = "0.4.20", features = ["clock", "std"] }
chrono = { version = "0.4.22", features = ["clock", "std"] }
clap = { version = "=3.2.16", features = ["derive", "cargo", "unicode", "unstable-v4"] }
clap_complete = "3.2.3"
dirs-next = "2.0.0"