From cf173718dd96f35e53ddbe9d173c1fdaf912784a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:56:20 +0000 Subject: [PATCH] Update markdown requirement from =1.0.0-alpha.20 to =1.0.0-alpha.21 Updates the requirements on [markdown](https://github.com/wooorm/markdown-rs) to permit the latest version. - [Release notes](https://github.com/wooorm/markdown-rs/releases) - [Commits](https://github.com/wooorm/markdown-rs/compare/1.0.0-alpha.20...1.0.0-alpha.21) --- updated-dependencies: - dependency-name: markdown dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d099f63..92388ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ exclude = [ chrono = "0.4" indexmap = "2" lazy_static = "1" -markdown = "=1.0.0-alpha.20" +markdown = "=1.0.0-alpha.21" regex = "1" semver = "1" thiserror = "1"