Skip to content

Commit c3a3269

Browse files
dependabot[bot]andrei-ng
authored andcommitted
Update darling requirement from 0.21 to 0.22
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.21.0...v0.22.0) --- updated-dependencies: - dependency-name: darling dependency-version: 0.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4adeb0 commit c3a3269

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.21"
17+
darling = "0.22"
1818

1919
[lib]
2020
proc-macro = true

0 commit comments

Comments
 (0)