deps: Bump dependencies that require uom <0.29.0 (#274)

Updates dependencies that depend on uom (battery and heim), due to requiring 0.30 for the newest nightly version of Rust.
This commit is contained in:
Clement Tsang
2020-11-02 15:04:54 -05:00
committed by GitHub
parent 309ebd8dc3
commit 271592936b
2 changed files with 273 additions and 352 deletions
Generated
+271 -350
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -26,7 +26,7 @@ codegen-units = 1
[dependencies]
anyhow = "1.0.32"
backtrace = "0.3"
battery = "0.7.6"
battery = "0.7.8"
chrono = "0.4.19"
crossterm = "0.17"
ctrlc = {version = "3.1", features = ["termination"]}
@@ -52,7 +52,7 @@ fern = "0.6.0"
log = "0.4.11"
[target.'cfg(not(any(target_arch = "arm", target_arch = "aarch64")))'.dependencies]
heim = "0.0.10"
heim = "0.0.11"
[target.'cfg(windows)'.dependencies]
winapi = "0.3.9"