From 5472e3a00d7dad5f764c015a3b8cf735bbf38ac5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:02:57 +0000 Subject: [PATCH] build(deps): Bump comrak from 0.28.0 to 0.29.0 Bumps [comrak](https://github.com/kivikakk/comrak) from 0.28.0 to 0.29.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.28.0...v0.29.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 c93d38b3ea..9c15a5b64e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,9 +110,9 @@ dependencies = [ [[package]] name = "comrak" -version = "0.28.0" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c93ab3577cca16b4a1d80a88c2e0cd8b6e969e51696f0bbb0d1dcb0157109832" +checksum = "d8c32ff8b21372fab0e9ecc4e42536055702dc5faa418362bffd1544f9d12637" dependencies = [ "caseless", "derive_builder", diff --git a/macro/Cargo.toml b/macro/Cargo.toml index 24f7345ce3..bc9f971c33 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["mlir", "llvm"] proc-macro = true [dependencies] -comrak = { version = "0.28.0", default-features = false } +comrak = { version = "0.29.0", default-features = false } convert_case = "0.6.0" proc-macro2 = "1" quote = "1"