From fe53bf81d9d9c9e70d6705d5a2b366ee4e183880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Oct 2021 19:03:26 +0000 Subject: [PATCH] Bump pathdiff from 0.2.0 to 0.2.1 Bumps [pathdiff](https://github.com/Manishearth/pathdiff) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/Manishearth/pathdiff/releases) - [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 3c4486e..d489335 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,9 +351,9 @@ dependencies = [ [[package]] name = "pathdiff" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34" +checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" [[package]] name = "percent-encoding" diff --git a/Cargo.toml b/Cargo.toml index b0d5400..6d543f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ gumdrop = "0.8.0" ignore = "0.4.17" lazy_static = "1.4.0" matter = "0.1.0-alpha4" -pathdiff = "0.2.0" +pathdiff = "0.2.1" percent-encoding = "2.1.0" pulldown-cmark = "0.8.0" pulldown-cmark-to-cmark = "6.0.3"