Skip to content

Commit c8a6a48

Browse files
Bump syn from 1.0.109 to 2.0.101
Bumps [syn](https://github.com/dtolnay/syn) from 1.0.109 to 2.0.101. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@1.0.109...2.0.101) --- updated-dependencies: - dependency-name: syn dependency-version: 2.0.101 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 85658b8 commit c8a6a48

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

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

crates/anchor-generate-cpi-crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ compat-program-result = ["anchor-idl/compat-program-result"]
1919

2020
[dependencies]
2121
anchor-idl = { version = "0.4.0", path = "../anchor-idl" }
22-
syn = { version = "1", features = ["full"] }
22+
syn = { version = "2", features = ["full"] }
2323

2424
[dev-dependencies]
2525
anchor-lang = "0.31.1"

crates/anchor-generate-cpi-interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ compat-program-result = ["anchor-idl/compat-program-result"]
2020
[dependencies]
2121
anchor-idl = { version = "0.4.0", path = "../anchor-idl" }
2222
darling = "0.14"
23-
syn = { version = "1", features = ["full"] }
23+
syn = { version = "2", features = ["full"] }
2424

2525
[dev-dependencies]
2626
anchor-lang = "0.31.1"

crates/anchor-idl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ heck = "0.4.1"
1818
proc-macro2 = "1"
1919
quote = "1"
2020
serde_json = "1.0.108"
21-
syn = { version = "1", features = ["full"] }
21+
syn = { version = "2", features = ["full"] }
2222

2323
[dev-dependencies]
2424
anchor-lang = "0.31.1"

0 commit comments

Comments
 (0)