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"