Skip to content

Commit b916ac7

Browse files
Update unindent requirement from 0.1.5 to 0.2.0
Updates the requirements on [unindent](https://github.com/dtolnay/indoc) to permit the latest version. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@0.1.5...0.2.0) --- updated-dependencies: - dependency-name: unindent dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1d36b5 commit b916ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings-generator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ quote = "1"
2424
regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html
2525
roxmltree = "0.17"
2626
syn = { version = "1", features = ["full", "extra-traits", "visit"] }
27-
unindent = "0.1.5"
27+
unindent = "0.2.0"
2828
which = { optional = true, version = "4" }

0 commit comments

Comments
 (0)