From f259119f53b74d70c824b63c54ee9781330aae4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 07:33:14 +0000 Subject: [PATCH] Bump markdown from 1.0.0-alpha.20 to 1.0.0-alpha.21 Bumps [markdown](https://github.com/wooorm/markdown-rs) from 1.0.0-alpha.20 to 1.0.0-alpha.21. - [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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9729bc9..da1e5b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -269,9 +269,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "markdown" -version = "1.0.0-alpha.20" +version = "1.0.0-alpha.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "911a8325e6fb87b89890cd4529a2ab34c2669c026279e61c26b7140a3d821ccb" +checksum = "a6491e6c702bf7e3b24e769d800746d5f2c06a6c6a2db7992612e0f429029e81" dependencies = [ "unicode-id", ] diff --git a/Cargo.toml b/Cargo.toml index c508fc8..c4ccc0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" [dependencies] anyhow = { version = "1.0.87", features = ["std"] } clap = { version = "4.5.17", features = ["derive"] } -markdown = "1.0.0-alpha.20" +markdown = "1.0.0-alpha.21" [dev-dependencies] trycmd = "0.15.7"