derive: bump min version of quote to 0.5.2

Fixes: https://github.com/serde-rs/serde/issues/1230
This commit is contained in:
Igor Gnatenko 2018-04-22 09:22:47 +02:00 committed by GitHub
parent af795e2e54
commit f3cb7c7a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "0.3"
quote = "0.5"
quote = "0.5.2"
serde_derive_internals = { version = "=0.23.1", default-features = false, path = "../serde_derive_internals" }
syn = { version = "0.13", features = ["visit"] }