Bump chrono from 0.4.19 to 0.4.20

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.19 to 0.4.20.
- [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.19...v0.4.20)

---
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-05 05:32:08 +00:00 committed by Dustin J. Mitchell
parent 005aa817c6
commit 152db46ce3
3 changed files with 6 additions and 5 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.10", features = ["serde"] }
chrono = { version = "^0.4.20", features = ["serde"] }
[dev-dependencies]
actix-rt = "^1.1.1"