Bump serde from 1.0.101 to 1.0.102 (#6581)

automerge
This commit is contained in:
dependabot-preview[bot]
2019-10-28 09:19:39 -07:00
committed by Grimes
parent 71b4e765c8
commit 30c0a7d069
29 changed files with 88 additions and 88 deletions

View File

@ -43,7 +43,7 @@ num-traits = { version = "0.2" }
rand = { version = "0.6.5", optional = true }
rand_chacha = { version = "0.1.1", optional = true }
rayon = { version = "1.2.0", optional = true }
serde = "1.0.101"
serde = "1.0.102"
serde_bytes = "0.11"
serde_derive = "1.0.102"
serde_json = { version = "1.0.41", optional = true }