From 6cc59f81bb0641015e82bbecdb77769c8ea114e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:07:53 +0000 Subject: [PATCH] build(deps): Bump comrak from 0.25.0 to 0.26.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.25.0 to 0.26.0. - [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/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- macro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29e8cab4aa..050f0da537 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -96,9 +96,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.25.0" +version = "0.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "777213abd0d8d131953e66f72837f3298dcba9ca9ade0fb1ab8f16ee4aa867dc" +checksum = "395ab67843c57df5a4ee29d610740828dbc928cc64ecf0f2a1d5cd0e98e107a9" dependencies = [ "caseless", "derive_builder", diff --git a/macro/Cargo.toml b/macro/Cargo.toml index b2d0ee5111..af2472f6ac 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["mlir", "llvm"] proc-macro = true [dependencies] -comrak = { version = "0.25.0", default-features = false } +comrak = { version = "0.26.0", default-features = false } convert_case = "0.6.0" once_cell = "1.19.0" proc-macro2 = "1"