From e2c1964912edb90bfe6774f030728b9b0a865138 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 05:15:21 +0000 Subject: [PATCH] Bump syn from 1.0.57 to 1.0.63 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.57 to 1.0.63. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.57...1.0.63) 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..8a99cc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -934,9 +934,9 @@ checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c" [[package]] name = "syn" -version = "1.0.57" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4211ce9909eb971f111059df92c45640aad50a619cf55cd76476be803c4c68e6" +checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 0be73cd..e77d6df 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.63" [dependencies.cursive] version = "0.16"