1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-01 16:10:51 +00:00

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

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-02 05:39:15 +00:00
parent c3e735f082
commit 49a6665b50
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -774,9 +774,9 @@ dependencies = [
[[package]]
name = "path-slash"
version = "0.1.2"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddf9566c1063a197427135fb518ed42f2be18630fc2401aa267ed2dc95e9c85d"
checksum = "ff65715a17cba8979903db6294baef56c5d39e05c8b054cffa31e69e61f24c68"
[[package]]
name = "percent-encoding"

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.2"
path-slash = "0.1.3"
unicode-segmentation = "1.6.0"
gethostname = "0.2.1"
once_cell = "1.4.0"