From 2073ea26ae44fccde19108fa8ce404f4fcfd0d11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:21:00 +0200 Subject: [PATCH] Bump comrak from 0.26.0 to 0.28.0 (#31) Bumps [comrak](https://github.com/kivikakk/comrak) from 0.26.0 to 0.28.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.26.0...v0.28.0) --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 00dd89e..51d7a7e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" [[package]] name = "comrak" -version = "0.26.0" +version = "0.28.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "395ab67843c57df5a4ee29d610740828dbc928cc64ecf0f2a1d5cd0e98e107a9" +checksum = "c93ab3577cca16b4a1d80a88c2e0cd8b6e969e51696f0bbb0d1dcb0157109832" dependencies = [ "caseless", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4ae241c..161b3aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ git2 = { version = "0.19.0", default-features = false, features = [ "vendored-li url = { version = "2.5.1" } openidconnect = { version = "3.5.0", default-features = false, features = [ "reqwest" ] } directories = { version = "5.0" } -comrak = { version = "0.26.0", optional = true } +comrak = { version = "0.28.0", optional = true } [features] default = ["reqwest/default-tls"] # link against system library