From 9e98ce0d46e4f0f17be98aa7d6f82d4a095665c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 07:55:50 +0000 Subject: [PATCH] Update comrak requirement from 0.23 to 0.24 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.23.0...v0.24.1) --- 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 54cfa85e3e..4d5eeec227 100644 --- a/services/autorust/codegen/Cargo.toml +++ b/services/autorust/codegen/Cargo.toml @@ -17,7 +17,7 @@ heck = "0.5" regex = "1.7" indexmap = { version = "2.0", features = ["serde"] } path_abs = "0.5" -comrak = "0.23" +comrak = "0.24" serde = "1.0" http-types = "2.12" once_cell = "1.16"