summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-09-28 08:25:28 -0400
committerGitHub <noreply@github.com>2021-09-28 08:25:28 -0400
commit02e34f20f8e2cb7351f90e26edec0bf638d40351 (patch)
treea468e4fd0044bfa6c817e54b86066efc547a2465
parent73270b62e1007f4a545ce4f7b4091a55964106ce (diff)
Bump pathdiff from 0.2.0 to 0.2.1 (#723)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bafe04dd..ddd3b4e7 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -590,9 +590,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 3fcfb4f0..f06f4a30 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,7 +29,7 @@ dirs-next = "2.0.0"
grep-cli = "0.1.6"
itertools = "0.10.1"
lazy_static = "1.4"
-pathdiff = "0.2.0"
+pathdiff = "0.2.1"
regex = "1.4.6"
shell-words = "1.0.0"
structopt = "0.3.23"