Bump serde_derive from 1.0.89 to 1.0.90

Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.89 to 1.0.90.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.89...v1.0.90)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-04 02:29:13 +00:00
committed by Grimes
parent e6ac5bc546
commit f97f0c4758
12 changed files with 30 additions and 30 deletions

View File

@ -16,7 +16,7 @@ crc = "1.8.1"
memmap = "0.7.0"
rand = "0.6.5"
serde = "1.0.90"
serde_derive = "1.0.88"
serde_derive = "1.0.90"
[dev-dependencies]
tempfile = "3.0.7"