From f5b3875ba986864dc2c650b4efd92a1c185e8170 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 20:11:08 +0000 Subject: [PATCH] Update comrak requirement from 0.13 to 0.15 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.13.0...0.15.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 01b472b584..51292b6336 100644 --- a/services/autorust/codegen/Cargo.toml +++ b/services/autorust/codegen/Cargo.toml @@ -17,7 +17,7 @@ heck = "0.4" regex = "1.5" indexmap = { version = "1.7", features = ["serde-1"] } path_abs = "0.5" -comrak = "0.13" +comrak = "0.15" serde = "1.0" http-types = "2.12" once_cell = "1.7"