summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
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>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"