From 894d3ff009b17b36394848b4b57f820250f7c474 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:15:00 +0000 Subject: [PATCH] build(deps): bump pulldown-cmark from 0.10.2 to 0.10.3 Bumps [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/raphlinus/pulldown-cmark/releases) - [Commits](https://github.com/raphlinus/pulldown-cmark/compare/v0.10.2...v0.10.3) --- updated-dependencies: - dependency-name: pulldown-cmark 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 4707108..bcba83a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1463,9 +1463,9 @@ dependencies = [ [[package]] name = "pulldown-cmark" -version = "0.10.2" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0530d13d87d1f549b66a3e8d0c688952abe5994e204ed62615baaf25dc029c" +checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993" dependencies = [ "bitflags 2.5.0", "getopts", diff --git a/Cargo.toml b/Cargo.toml index 2597120..230049d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ nom = { version = "7.1.3", features = ["alloc"] } notify = "6.1.1" notify-debouncer-mini = "0.4.1" owo-colors = "3.5.0" -pulldown-cmark = "0.10.2" +pulldown-cmark = "0.10.3" pulldown-cmark-escape = "0.10.0" reqwest = { version = "0.12.4", features = ["json"] } serde = { version = "1.0.198", features = ["derive"] }