diff options
Diffstat (limited to 'components/malloc_size_of_derive/Cargo.toml')
-rw-r--r-- | components/malloc_size_of_derive/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/components/malloc_size_of_derive/Cargo.toml b/components/malloc_size_of_derive/Cargo.toml index 24690eab78d..02bd4c3fc41 100644 --- a/components/malloc_size_of_derive/Cargo.toml +++ b/components/malloc_size_of_derive/Cargo.toml @@ -10,6 +10,6 @@ path = "lib.rs" proc-macro = true [dependencies] -quote = "0.4.2" -syn = { version = "0.12.12", features = ["full"] } -synstructure = "0.7" +quote = "0.5.1" +syn = { version = "0.13.1", features = ["full"] } +synstructure = "0.8" |