diff --git a/Cargo.lock b/Cargo.lock index fa8db171..b8be15ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3009,9 +3009,9 @@ dependencies = [ [[package]] name = "starship-battery" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cdba3bd6d6ead031f1ebf9dd84ebb02cfdbe5b0e51104b4befd0a2fc3d24f87b" +checksum = "36335b5b5ba5328b4ad2024807423010b7f533a7e5315dfd9df0acbc9d2c550e" dependencies = [ "cfg-if", "core-foundation", @@ -3401,9 +3401,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "uom" -version = "0.34.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8f50eddd69f656ee545f7663ea5fefb7c789bc1a0d11124e049715f563a16a4" +checksum = "8362194c7a9845a7a7f3562173d6e1da3f24f7132018cb78fe77a5b4474187b2" dependencies = [ "num-traits", "typenum", diff --git a/Cargo.toml b/Cargo.toml index 58dfac23..e3da01ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ sha1 = "0.10.5" shadow-rs = { version = "0.23.0", default-features = false } # battery is optional (on by default) because the crate doesn't currently build for Termux # see: https://github.com/svartalf/rust-battery/issues/33 -starship-battery = { version = "0.8.1", optional = true } +starship-battery = { version = "0.8.2", optional = true } strsim = "0.10.0" systemstat = "=0.2.3" terminal_size = "0.2.6"