Bump serde_derive from 1.0.81 to 1.0.82

Bumps [serde_derive](https://github.com/serde-rs/serde) from 1.0.81 to 1.0.82.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.81...v1.0.82)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2018-12-11 13:13:44 +00:00
committed by Greg Fitzgerald
parent 154e20484d
commit 46866be21d
8 changed files with 21 additions and 21 deletions

View File

@@ -16,7 +16,7 @@ byteorder = "1.2.1"
clap = "2.31"
log = "0.4.2"
serde = "1.0.81"
serde_derive = "1.0.81"
serde_derive = "1.0.82"
solana-sdk = { path = "../sdk", version = "0.11.0" }
solana-metrics = { path = "../metrics", version = "0.11.0" }
tokio = "0.1"