From 885e70a2f236f7f1003c1f816275e6225fb48f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 09:40:52 +0000 Subject: [PATCH] build(deps): bump pathdiff from 0.2.1 to 0.2.3 Bumps [pathdiff](https://github.com/Manishearth/pathdiff) from 0.2.1 to 0.2.3. - [Commits](https://github.com/Manishearth/pathdiff/commits) --- updated-dependencies: - dependency-name: pathdiff 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 e53aea1..e51b654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -430,9 +430,9 @@ dependencies = [ [[package]] name = "pathdiff" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" +checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" [[package]] name = "pest" diff --git a/Cargo.toml b/Cargo.toml index 63b3999..b17c116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ handlebars = "4.5.0" matter = "0.1.0-alpha4" once_cell = "1.19.0" path-absolutize = "3.1.1" -pathdiff = "0.2.1" +pathdiff = "0.2.3" pulldown-cmark = "0.9.6" regex = "1.10.6" serde = { version = "1.0.209", features = ["derive"] }