Skip to content

Commit 34b4b73

Browse files
build(deps): update syn requirement from 2 to 3
Updates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.0...3.0.4) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 00fe051 commit 34b4b73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plotly_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["plot", "chart", "plotly"]
1212

1313
[dependencies]
1414
quote = "1"
15-
syn = "2"
15+
syn = "3"
1616
proc-macro2 = "1"
1717
darling = "0.23"
1818

0 commit comments

Comments
 (0)