From 03fed01112bdd55dadd1937c3c54e8baddc5c7df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:43:28 +0000 Subject: [PATCH] chore(deps): 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 ++-- crates/weaver_forge/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d5a6036..13d41514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2262,9 +2262,9 @@ dependencies = [ [[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/crates/weaver_forge/Cargo.toml b/crates/weaver_forge/Cargo.toml index 9864e9ab..aa118238 100644 --- a/crates/weaver_forge/Cargo.toml +++ b/crates/weaver_forge/Cargo.toml @@ -28,7 +28,7 @@ jaq-parse = "1.0.3" jaq-syn = "1.1.0" indexmap = "2.6.0" regex = "1.11.0" -markdown = "=1.0.0-alpha.20" +markdown = "=1.0.0-alpha.21" itertools.workspace = true thiserror.workspace = true