Skip to content

Commit 33f90e6

Browse files
Bump syn from 2.0.109 to 2.0.110 (#1017)
1 parent a649d79 commit 33f90e6

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.240.0" }
2020
quote = { version = "1.0.42" }
2121
proc-macro2 = { version = "1.0.103" }
22-
syn = { version = "2.0.109" }
22+
syn = { version = "2.0.110" }
2323
itertools = { version = "0.14.0" }
2424
prettyplease = { version = "0.2.37" }
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.240.0" }
1919
quote = { version = "1.0.42" }
2020
proc-macro2 = { version = "1.0.103" }
21-
syn = { version = "2.0.109" }
21+
syn = { version = "2.0.110" }
2222
itertools = { version = "0.14.0" }
2323
prettyplease = { version = "0.2.37" }
2424
log = { version = "0.4" }

0 commit comments

Comments
 (0)