From 261fb891915e0ea14987aa212ab84d83d1e8a9e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Jul 2022 20:40:08 +0000 Subject: [PATCH] Update comrak requirement from 0.13 to 0.14 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.14.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..62b5b8022e 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.14" serde = "1.0" http-types = "2.12" once_cell = "1.7"