summaryrefslogtreecommitdiffstats
path: root/type_description_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'type_description_derive/Cargo.toml')
-rw-r--r--type_description_derive/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/type_description_derive/Cargo.toml b/type_description_derive/Cargo.toml
index ee68e41..7a07d2c 100644
--- a/type_description_derive/Cargo.toml
+++ b/type_description_derive/Cargo.toml
@@ -13,7 +13,7 @@ keywords = ["proc-macro", "type_description"]
proc-macro = true
[dependencies]
-proc-macro2 = "1.0.64"
-quote = "1.0.29"
+proc-macro2 = "1.0.66"
+quote = "1.0.31"
syn = { version = "1.0.109", features = ["extra-traits"] }
proc-macro-error = "1.0.4"