From 7c32932ada42889048c014cfc1f57fda7ada68fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 17:04:05 +0000 Subject: [PATCH] Bump diff from 0.1.12 to 0.1.13 Bumps [diff](https://github.com/utkarshkukreti/diff.rs) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/utkarshkukreti/diff.rs/releases) - [Commits](https://github.com/utkarshkukreti/diff.rs/compare/0.1.12...0.1.13) --- updated-dependencies: - dependency-name: diff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ef93e18ce..bee227366 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -151,9 +151,9 @@ dependencies = [ [[package]] name = "diff" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" +checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" [[package]] name = "dirs-next"