summaryrefslogtreecommitdiffstats
path: root/toml-query_derive/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'toml-query_derive/Cargo.toml')
-rw-r--r--toml-query_derive/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/toml-query_derive/Cargo.toml b/toml-query_derive/Cargo.toml
index 87fdcf7..58b85f9 100644
--- a/toml-query_derive/Cargo.toml
+++ b/toml-query_derive/Cargo.toml
@@ -9,9 +9,9 @@ license = "MPL-2.0"
proc-macro = true
[dependencies]
-syn = "0.15"
-quote = "0.6"
-darling = "0.8"
+syn = "1"
+quote = "1"
+darling = "0.10"
[dev-dependencies]
serde = "1"