diff options
author | dependabot[bot] <support@dependabot.com> | 2018-09-07 04:17:06 +0000 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2018-09-07 12:58:10 +0200 |
commit | 49b0c95f6c60f96ab434efb53a52f1c2e35d1450 (patch) | |
tree | ff0965fc008b9793925712159d892bce88efe5ad | |
parent | dfb7cea03794ead892527e19f883dc8a3e784bc7 (diff) | |
download | askama-49b0c95f6c60f96ab434efb53a52f1c2e35d1450.tar.gz askama-49b0c95f6c60f96ab434efb53a52f1c2e35d1450.tar.bz2 askama-49b0c95f6c60f96ab434efb53a52f1c2e35d1450.zip |
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] <support@dependabot.com>
-rw-r--r-- | askama_derive/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |