Bump serde_derive from 1.0.102 to 1.0.103 (#7141)

automerge
This commit is contained in:
dependabot-preview[bot]
2019-11-26 14:44:20 -08:00
committed by Grimes
parent 2b13158e29
commit c810913861
29 changed files with 62 additions and 62 deletions

View File

@@ -43,7 +43,7 @@ rand = { version = "0.6.5", optional = true }
rand_chacha = { version = "0.1.1", optional = true }
serde = "1.0.102"
serde_bytes = "0.11"
serde_derive = "1.0.102"
serde_derive = "1.0.103"
serde_json = { version = "1.0.42", optional = true }
sha2 = "0.8.0"
ed25519-dalek = { version = "1.0.0-pre.1", optional = true }