From 8aac03dec0038ccd76057132eb9a2d55d3e5c6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 12:01:33 +0000 Subject: [PATCH] Bump syn from 1.0.60 to 1.0.62 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.60 to 1.0.62. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.60...1.0.62) 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 a386b64..95263f5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" [[package]] name = "syn" -version = "1.0.60" +version = "1.0.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" +checksum = "123a78a3596b24fee53a6464ce52d8ecbf62241e6294c7e7fe12086cd161f512" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 8a09dcf..690366b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ bindgen = "0.57.0" num_cpus = "1.13.0" proc-macro2 = "1.0.24" quote = "1.0.9" -syn = { version = "1.0.60", features = [ "extra-traits", "full", "fold", "parsing" ] } +syn = { version = "1.0.62", features = [ "extra-traits", "full", "fold", "parsing" ] } [dev-dependencies] serde_json = "1.0.62"