From ccd8948b0b18b5afe7f00abf7da79fb20263c7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 10:44:36 +0000 Subject: [PATCH] Bump syn from 1.0.60 to 1.0.62 in /report-parser 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] --- report-parser/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/report-parser/Cargo.lock b/report-parser/Cargo.lock index 9d43a8f5..93598ccb 100644 --- a/report-parser/Cargo.lock +++ b/report-parser/Cargo.lock @@ -2233,9 +2233,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.60" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081" +checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717" dependencies = [ "proc-macro2", "quote",