From 05a997c2cf7735c4c79d452ab5e5dff59946cacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 12:03:53 +0000 Subject: [PATCH] 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](https://github.com/dtolnay/indoc/compare/0.1.5...0.2.0) --- updated-dependencies: - dependency-name: unindent dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings-generator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings-generator/Cargo.toml b/bindings-generator/Cargo.toml index 7e984a01b..e15e52c0e 100644 --- a/bindings-generator/Cargo.toml +++ b/bindings-generator/Cargo.toml @@ -23,5 +23,5 @@ quote = "1" regex = { version = "1.5.5", default-features = false, features = ["std"] } # for security: https://blog.rust-lang.org/2022/03/08/cve-2022-24713.html roxmltree = "0.15" syn = { version = "1", features = ["full", "extra-traits", "visit"] } -unindent = "0.1.5" +unindent = "0.2.0" which = { optional = true, version = "4" }