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:
parent
309ebd8dc3
commit
271592936b
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue