build(deps): bump path-slash from 0.2.0 to 0.2.1

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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-09 06:26:49 +00:00 committed by relrelb
parent ab44ff8c13
commit 24bb244d22
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2644,9 +2644,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 = "peeking_take_while"

View File

@ -13,7 +13,7 @@ walkdir = "2.3.2"
serde = { version = "1.0", features = ["derive"] }
csv = "1.1"
indicatif = "0.17"
path-slash = "0.2.0"
path-slash = "0.2.1"
swf = { path = "../swf" }
rayon = "1.5.3"
crossbeam-channel = "0.5"