From e6dbb19999975f7285cb459399b2faf6ebb9cc2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:59:57 +0000 Subject: [PATCH] Update markdown requirement from =1.0.0-alpha.18 to =1.0.0-alpha.20 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.18...1.0.0-alpha.20) --- 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 7e3d848..d099f63 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.18" +markdown = "=1.0.0-alpha.20" regex = "1" semver = "1" thiserror = "1"