From f6916209d57682493288ab42e695204b95d0ba23 Mon Sep 17 00:00:00 2001 From: Greg Brown Date: Tue, 19 Jan 2021 22:16:56 +0000 Subject: Clean up cargo manifests. --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9569eb9..182c046 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ edition = "2018" members = ["autochomp", "chewed", "chomp-macro"] [dependencies] -heck = "0.3" -quote = "1" +heck = "0.3.2" +quote = "1.0.8" [dependencies.proc-macro2] -version = "1" +version = "1.0.24" features = ["span-locations"] [dependencies.syn] -version = "1" +version = "1.0.58" features = ["extra-traits"] -- cgit v1.2.3