build(deps): bump path-slash from 0.1.1 to 0.1.2 (#1377)

* build(deps): bump path-slash from 0.1.1 to 0.1.2

Bumps [path-slash](https://github.com/rhysd/path-slash) from 0.1.1 to 0.1.2.
- [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/0.1.1...v0.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Fix tests to improve slash handling on Windows

* Fix number of slashes

* Try fixing the slashes again

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Matan Kushner <hello@matchai.dev>
This commit is contained in:
dependabot-preview[bot]
2020-06-22 18:41:05 -04:00
committed by GitHub
parent 4a421607df
commit f9bf2324e2
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ log = "0.4.8"
# battery is optional (on by default) because the crate doesn't currently build for Termux
# see: https://github.com/svartalf/rust-battery/issues/33
battery = { version = "0.7.5", optional = true }
path-slash = "0.1.1"
path-slash = "0.1.2"
unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.4.0"