Bump syn/quote in malloc_size_of_derive

This commit is contained in:
Bastien Orivel 2018-02-12 16:43:37 +01:00
parent 3670d4d3e5
commit cf6330b6c1
3 changed files with 39 additions and 43 deletions

6
Cargo.lock generated
View file

@ -1571,9 +1571,9 @@ dependencies = [
name = "malloc_size_of_derive"
version = "0.0.1"
dependencies = [
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
"quote 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"syn 0.12.12 (registry+https://github.com/rust-lang/crates.io-index)",
"synstructure 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]