Skip to content

Commit c8f6fb8

Browse files
Update darling requirement from 0.20 to 0.21
Updates the requirements on [darling](https://github.com/TedDriggs/darling) to permit the latest version. - [Release notes](https://github.com/TedDriggs/darling/releases) - [Changelog](https://github.com/TedDriggs/darling/blob/master/CHANGELOG.md) - [Commits](TedDriggs/darling@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b1b0c50 commit c8f6fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["plot", "chart", "plotly"]
1414
quote = "1"
1515
syn = "2"
1616
proc-macro2 = "1"
17-
darling = "0.20"
17+
darling = "0.21"
1818

1919
[lib]
2020
proc-macro = true

0 commit comments

Comments
 (0)