summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-08 08:16:45 +0000
committerGitHub <noreply@github.com>2024-04-08 08:16:45 +0000
commitf2057f9f4feab18ef1c409872ab932174f95fa9e (patch)
tree2c1b51549f7edbf1f051f410a3abf31fcc75556a
parentba07823cf4af329d74d5be0819f92d6232094cac (diff)
build(deps): update rust crate starship-battery to 0.8.3
-rw-r--r--Cargo.lock25
-rw-r--r--Cargo.toml2
2 files changed, 8 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 841efa7ba..76c1e5769 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1928,17 +1928,6 @@ dependencies = [
[[package]]
name = "nix"
-version = "0.26.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
-dependencies = [
- "bitflags 1.3.2",
- "cfg-if",
- "libc",
-]
-
-[[package]]
-name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
@@ -2805,7 +2794,7 @@ dependencies = [
"indexmap 2.2.6",
"log",
"mockall",
- "nix 0.28.0",
+ "nix",
"notify-rust",
"nu-ansi-term",
"once_cell",
@@ -2846,16 +2835,16 @@ dependencies = [
[[package]]
name = "starship-battery"
-version = "0.8.2"
+version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "36335b5b5ba5328b4ad2024807423010b7f533a7e5315dfd9df0acbc9d2c550e"
+checksum = "725bc1c7374f435ef65746eb1a5789cb7d02b8e997f9a3edf979bfb42da68311"
dependencies = [
"cfg-if",
"core-foundation",
"lazycell",
"libc",
"mach2",
- "nix 0.26.4",
+ "nix",
"num-traits",
"uom",
"winapi",
@@ -3257,9 +3246,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "uom"
-version = "0.35.0"
+version = "0.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8362194c7a9845a7a7f3562173d6e1da3f24f7132018cb78fe77a5b4474187b2"
+checksum = "ffd36e5350a65d112584053ee91843955826bf9e56ec0d1351214e01f6d7cd9c"
dependencies = [
"num-traits",
"typenum",
@@ -3688,7 +3677,7 @@ dependencies = [
"futures-sink",
"futures-util",
"hex",
- "nix 0.28.0",
+ "nix",
"ordered-stream",
"rand",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index eba614096..fae71f12e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -76,7 +76,7 @@ sha1 = "0.10.6"
shadow-rs = { version = "0.27.1", 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.2", optional = true }
+starship-battery = { version = "0.8.3", optional = true }
strsim = "0.11.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"