From 49b0c95f6c60f96ab434efb53a52f1c2e35d1450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 7 Sep 2018 04:17:06 +0000 Subject: Update syn requirement from 0.14 to 0.15 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/commits/0.15.1) Signed-off-by: dependabot[bot] --- askama_derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'askama_derive/Cargo.toml') diff --git a/askama_derive/Cargo.toml b/askama_derive/Cargo.toml index cefe35f..d59f140 100644 --- a/askama_derive/Cargo.toml +++ b/askama_derive/Cargo.toml @@ -22,4 +22,4 @@ askama_shared = { version = "0.7.1", path = "../askama_shared" } nom = "4" proc-macro2 = "0.4" quote = "0.6" -syn = "0.14" +syn = "0.15" -- cgit