Bump serde_derive from 1.0.87 to 1.0.88

Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.87 to 1.0.88.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.87...v1.0.88)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-02-16 12:04:56 +00:00
committed by Grimes
parent 02801b3e75
commit 38aed0c886
9 changed files with 21 additions and 21 deletions

View File

@ -18,6 +18,6 @@ log = "0.4.2"
ring = "0.13.2"
sha2 = "0.8.0"
serde = "1.0.88"
serde_derive = "1.0.87"
serde_derive = "1.0.88"
serde_json = "1.0.38"
untrusted = "0.6.2"