Bump chrono from 0.4.21 to 0.4.22

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.21 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.21...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>
This commit is contained in:
dependabot[bot] 2022-08-15 05:33:13 +00:00 committed by Dustin J. Mitchell
parent fd98b188e2
commit 17726ddfe4
3 changed files with 7 additions and 17 deletions

View file

@ -19,7 +19,7 @@ clap = "^3.2.10"
log = "^0.4.17"
env_logger = "^0.9.0"
rusqlite = { version = "0.28", features = ["bundled"] }
chrono = { version = "^0.4.21", features = ["serde"] }
chrono = { version = "^0.4.22", features = ["serde"] }
[dev-dependencies]
actix-rt = "^1.1.1"