Skip to content

Commit a6879a6

Browse files
Bump syn from 2.0.103 to 2.0.104 (#654)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.103 to 2.0.104. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.103...2.0.104) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.104 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dcc5b59 commit a6879a6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

src/hyperlight_component_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ proc-macro = true
1919
wasmparser = { version = "0.224.0" }
2020
quote = { version = "1.0.38" }
2121
proc-macro2 = { version = "1.0.95" }
22-
syn = { version = "2.0.103" }
22+
syn = { version = "2.0.104" }
2323
itertools = { version = "0.14.0" }
2424
prettyplease = { version = "0.2.34" }
2525
hyperlight-component-util = { workspace = true }

src/hyperlight_component_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ name = "hyperlight_component_util"
1818
wasmparser = { version = "0.224.0" }
1919
quote = { version = "1.0.38" }
2020
proc-macro2 = { version = "1.0.95" }
21-
syn = { version = "2.0.103" }
21+
syn = { version = "2.0.104" }
2222
itertools = { version = "0.14.0" }
2323
prettyplease = { version = "0.2.34" }
2424
log = { version = "0.4" }

0 commit comments

Comments
 (0)