Bump syn/quote in jstraceable_derive

This commit is contained in:
Bastien Orivel 2018-02-12 16:39:23 +01:00
parent c18137b4ea
commit 3670d4d3e5
3 changed files with 20 additions and 35 deletions

6
Cargo.lock generated
View file

@ -1304,9 +1304,9 @@ dependencies = [
name = "jstraceable_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]]