From 8c0286bf86d3a9005553adde546c385e3a969014 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:43:37 +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 3f73653..7ba687e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -819,9 +819,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" [[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 = "ppv-lite86" diff --git a/Cargo.toml b/Cargo.toml index 8d0e398..36131e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ grep-cli = "0.1.11" ignore = "0.4.23" itertools = "0.13.0" log = "0.4.22" -pathdiff = "0.2.1" +pathdiff = "0.2.3" tempfile = "3.13.0" titlecase = "3.3.0" tree-sitter = "0.23.0"