From 74e01e7bd93f6484f082da1244f5112312e975f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 10:43:08 +0000 Subject: [PATCH] Bump syn from 1.0.60 to 1.0.62 in /data-collector 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] --- data-collector/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-collector/Cargo.lock b/data-collector/Cargo.lock index fb94f18f..cd01ca4f 100644 --- a/data-collector/Cargo.lock +++ b/data-collector/Cargo.lock @@ -2111,9 +2111,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",