From dc4dd9a7acef257986a9069e4a35829204a9fdea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:58:57 +0000 Subject: [PATCH] Bump syn from 1.0.57 to 1.0.64 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.57 to 1.0.64. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.57...1.0.64) Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30a194a..85ffd53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" [[package]] name = "syn" -version = "1.0.57" +version = "1.0.64" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" +checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0be73cd..ade122f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ directories = "3.0.1" clap = "2.33" notify = "4.0" toml = "0.5.6" -syn = "=1.0.57" +syn = "=1.0.64" [dependencies.cursive] version = "0.16"