From e59cefd2b4236eff9a37ce771308c6b9b7d9cddb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 20 Oct 2020 05:21:34 +0000 Subject: [PATCH] build(deps): bump battery from 0.7.6 to 0.7.7 Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.6 to 0.7.7. - [Release notes](https://github.com/svartalf/rust-battery/releases) - [Changelog](https://github.com/svartalf/rust-battery/blob/master/CHANGELOG.md) - [Commits](https://github.com/svartalf/rust-battery/compare/0.7.6...0.7.7) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feba86a80..f5431c73d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -86,11 +86,11 @@ checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" [[package]] name = "battery" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8775be4956c98c9ac7c11cc383d632636935d3a688dabddb71ac83ba00a3a72f" +checksum = "e3ba81abd3ec70c6ef1d7a85c85cfcbab52b6b9536ea97e5ab7948d971603d2b" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "core-foundation", "lazycell", "libc", @@ -1414,9 +1414,9 @@ checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" [[package]] name = "uom" -version = "0.29.0" +version = "0.30.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8bb593f5252356bfb829112f8fca2d0982d48588d2d6bb5a92553b0dfc4c9aba" +checksum = "e76503e636584f1e10b9b3b9498538279561adcef5412927ba00c2b32c4ce5ed" dependencies = [ "num-traits", "typenum", diff --git a/Cargo.toml b/Cargo.toml index 617815348..fa5a650b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rayon = "1.4.1" log = { version = "0.4.11", 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.6", optional = true } +battery = { version = "0.7.7", optional = true } path-slash = "0.1.3" unicode-segmentation = "1.6.0" gethostname = "0.2.1"