Bump chrono from 0.4.8 to 0.4.9 (#5775)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.8 to 0.4.9.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/commits/v0.4.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-06 13:55:36 -06:00
committed by Greg Fitzgerald
parent c58e7dd631
commit f28782cb84
9 changed files with 22 additions and 93 deletions

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.9", features = ["serde"] }
log = "0.4.2"
num-derive = "0.2"
num-traits = "0.2"

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
chrono = { version = "0.4.0", features = ["serde"] }
chrono = { version = "0.4.9", features = ["serde"] }
log = "0.4.2"
num-derive = "0.2"
num-traits = "0.2"

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.1.4"
chrono = { version = "0.4.8", features = ["serde"] }
chrono = { version = "0.4.9", features = ["serde"] }
log = "0.4.8"
num-derive = "0.2"
num-traits = "0.2"