From 6c60cf280e870ce80d9644e565cc7957146d9bee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 21:28:48 +0000 Subject: [PATCH] Update syn requirement from =2.0.101 to =2.0.104 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/2.0.101...2.0.104) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.104 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4942f89..7809688 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,5 +120,5 @@ atdf2svd = { version = "=0.5.1", default-features = false } prettyplease = "=0.2.33" svd-rs = { version = "=0.14.12", default-features = false } yaml-rust2 = { version = "=0.10.2", default-features = false } -syn = { version = "=2.0.101", default-features = false, features = ["full", "parsing"] } +syn = { version = "=2.0.104", default-features = false, features = ["full", "parsing"] } anyhow = "1.0"