From 68481fec37b7bd1dcd9862e399a10a6c28ea4d17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 12:39:40 +0000 Subject: [PATCH] build(deps): update syn requirement from 1.0.109 to 2.0.18 Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](https://github.com/dtolnay/syn/compare/1.0.109...2.0.18) --- updated-dependencies: - dependency-name: syn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- macros/builtin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9f7a1897d..e3cdf15e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ scoped_threadpool = "0.1.9" serde = "1.0" serde_json = "1.0.82" smallvec = "1.8.0" -syn = "1.0.109" +syn = "2.0.18" tiny-skia-path = {version = "0.11.0"} trybuild = "1.0.77" unicode-bidi = "0.3.7" diff --git a/macros/builtin/Cargo.toml b/macros/builtin/Cargo.toml index 7c9bc3ec1..6ae1aa684 100644 --- a/macros/builtin/Cargo.toml +++ b/macros/builtin/Cargo.toml @@ -22,4 +22,4 @@ smallvec.workspace = true [dependencies.syn] features = ["full"] -version = "1.0.109" +version = "2.0.18"