From 49a6665b505f42b76933f2651330035839c71d0d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2020 05:39:15 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b20b4884..24dff486 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index f6f7249e..2fcffe65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"