Skip to content

Commit f2605f4

Browse files
dependabot[bot]Rahix
authored andcommitted
Update syn requirement from =2.0.100 to =2.0.101
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.100...2.0.101) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.101 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9bec6fc commit f2605f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,5 @@ atdf2svd = "=0.5.0"
108108
prettyplease = "=0.2.32"
109109
svd-rs = "=0.14.12"
110110
yaml-rust2 = "=0.10.1"
111-
syn = { version = "=2.0.100", default-features = false, features = ["full", "parsing"] }
111+
syn = { version = "=2.0.101", default-features = false, features = ["full", "parsing"] }
112112
anyhow = "1.0"

0 commit comments

Comments
 (0)