From 45bab3a42cbbb8ff6784e76aa88099256a7c240d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 18 Jan 2021 05:42:38 +0000 Subject: [PATCH] build(deps): bump path-slash from 0.1.3 to 0.1.4 Bumps [path-slash](https://github.com/rhysd/path-slash) from 0.1.3 to 0.1.4. - [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.3...v0.1.4) 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 6e0a9583..87359a9b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -854,9 +854,9 @@ dependencies = [ [[package]] name = "path-slash" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff65715a17cba8979903db6294baef56c5d39e05c8b054cffa31e69e61f24c68" +checksum = "3cacbb3c4ff353b534a67fb8d7524d00229da4cb1dc8c79f4db96e375ab5b619" [[package]] name = "percent-encoding" diff --git a/Cargo.toml b/Cargo.toml index 7d10ee02..2d38fb41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ log = { version = "0.4.13", features = ["std"] } # 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.8", optional = true } -path-slash = "0.1.3" +path-slash = "0.1.4" unicode-segmentation = "1.7.1" gethostname = "0.2.1" once_cell = "1.5.2"