Bump chrono from 0.4.10 to 0.4.11 (#8755)

Bumps [chrono](https://github.com/chronotope/chrono) from 0.4.10 to 0.4.11.
- [Release notes](https://github.com/chronotope/chrono/releases)
- [Changelog](https://github.com/chronotope/chrono/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.10...v0.4.11)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-03-10 08:43:18 -06:00
committed by GitHub
parent f88b79d42b
commit e41ff2df66
9 changed files with 26 additions and 26 deletions

View File

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

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.1"
chrono = { version = "0.4.10", features = ["serde"] }
chrono = { version = "0.4.11", features = ["serde"] }
log = "0.4.8"
serde = "1.0.104"
serde_derive = "1.0.103"

View File

@ -10,7 +10,7 @@ edition = "2018"
[dependencies]
bincode = "1.2.1"
chrono = { version = "0.4.10", features = ["serde"] }
chrono = { version = "0.4.11", features = ["serde"] }
num-derive = "0.2"
num-traits = "0.2"
serde = "1.0.104"