From f614fcdc1f2b7ad2cbfd6865a774775c032001de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 03:05:37 -0400 Subject: [PATCH] build: bump path-slash from 0.2.0 to 0.2.1 (#4239) Bumps [path-slash](https://github.com/rhysd/path-slash) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/rhysd/path-slash/releases) - [Changelog](https://github.com/rhysd/path-slash/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/path-slash/compare/v0.2.0...v0.2.1) --- updated-dependencies: - dependency-name: path-slash dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a09d0217..9ff99b72 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1349,9 +1349,9 @@ dependencies = [ [[package]] name = "path-slash" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c54014ba3c1880122928735226f78b6f5bf5bd1fed15e41e92cf7aa20278ce28" +checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42" [[package]] name = "pathdiff" diff --git a/Cargo.toml b/Cargo.toml index 92d31854..24f87b70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ notify-rust = { version = "4.5.8", optional = true } once_cell = "1.13.0" open = "3.0.2" os_info = "3.5.0" -path-slash = "0.2.0" +path-slash = "0.2.1" pest = "2.2.1" pest_derive = "2.2.1" quick-xml = "0.23.0"