From 54d6152a27a762c2872a3b0357e0cc972e86948e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 08:13:01 +0000 Subject: [PATCH] Bump syn from 1.0.107 to 1.0.108 Bumps [syn](https://github.com/dtolnay/syn) from 1.0.107 to 1.0.108. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.107...1.0.108) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- boa_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9b461979fb..8e52c84bc87 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3539,9 +3539,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "syn" -version = "1.0.107" +version = "1.0.108" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" +checksum = "d56e159d99e6c2b93995d171050271edb50ecc5288fbc7cc17de8fdce4e58c14" dependencies = [ "proc-macro2", "quote", diff --git a/boa_macros/Cargo.toml b/boa_macros/Cargo.toml index 48dee4977f2..853bc63624e 100644 --- a/boa_macros/Cargo.toml +++ b/boa_macros/Cargo.toml @@ -14,6 +14,6 @@ proc-macro = true [dependencies] quote = "1.0.23" -syn = "1.0.107" +syn = "1.0.108" proc-macro2 = "1.0" synstructure = "0.12"