From d95007e58ab291afa265fa6af6209acb00162897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 20:32:14 +0000 Subject: [PATCH] Update comrak requirement from 0.12 to 0.13 in /services/autorust Updates the requirements on [comrak](https://github.com/kivikakk/comrak) to permit the latest version. - [Release notes](https://github.com/kivikakk/comrak/releases) - [Changelog](https://github.com/kivikakk/comrak/blob/main/changelog.txt) - [Commits](https://github.com/kivikakk/comrak/compare/0.12.0...0.13.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/autorust/codegen/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/autorust/codegen/Cargo.toml b/services/autorust/codegen/Cargo.toml index e609f2563c..f2c6a322ea 100644 --- a/services/autorust/codegen/Cargo.toml +++ b/services/autorust/codegen/Cargo.toml @@ -16,7 +16,7 @@ heck = "0.4" regex = "1.5" indexmap = { version = "1.7", features = ["serde-1"] } path_abs = "0.5" -comrak = "0.12" +comrak = "0.13" serde = "1.0" thiserror = "1.0" http = "0.2"