Skip to content

Commit 0594ed2

Browse files
Bump syn from 2.0.105 to 2.0.106 (#796)
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.105 to 2.0.106. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.105...2.0.106) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.106 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 228c83e commit 0594ed2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.236.1" }
2020
quote = { version = "1.0.38" }
2121
proc-macro2 = { version = "1.0.97" }
22-
syn = { version = "2.0.105" }
22+
syn = { version = "2.0.106" }
2323
itertools = { version = "0.14.0" }
2424
prettyplease = { version = "0.2.36" }
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.236.1" }
1919
quote = { version = "1.0.38" }
2020
proc-macro2 = { version = "1.0.97" }
21-
syn = { version = "2.0.105" }
21+
syn = { version = "2.0.106" }
2222
itertools = { version = "0.14.0" }
2323
prettyplease = { version = "0.2.36" }
2424
log = { version = "0.4" }

src/hyperlight_guest_tracing_macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description = """Provides the tracing macros for the hyperlight guest, enabling
1212
[dependencies]
1313
proc-macro2 = "1.0"
1414
quote = "1.0.40"
15-
syn = { version = "2.0.105", features = ["full"] }
15+
syn = { version = "2.0.106", features = ["full"] }
1616

1717
[features]
1818
default = []

0 commit comments

Comments
 (0)