Skip to content

Commit 55708f0

Browse files
ci(rust): bump syn from 2.0.117 to 3.0.2
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.117 to 3.0.2. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.117...3.0.2) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 297ddcf commit 55708f0

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

strands-shell-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ proc-macro = true
1212

1313
[dependencies]
1414
quote = "1"
15-
syn = { version = "2", features = ["full"] }
15+
syn = { version = "3", features = ["full"] }
1616
proc-macro2 = "1"

0 commit comments

Comments
 (0)