summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2024-03-04 19:23:13 -0500
committerGitHub <noreply@github.com>2024-03-04 19:23:13 -0500
commit7ea72cc8141f8a68a6f15f2146571326d5dc869a (patch)
treec7b6610734dcf671b8d48453771fa24c88216ee3
parent973be9103bbc7cb06e5643a1f498fed2e053b699 (diff)
deps: bump sysinfo to 0.30.6 (#1420)
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4a389a2d..8daa3a64 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1386,9 +1386,9 @@ dependencies = [
[[package]]
name = "sysinfo"
-version = "0.30.5"
+version = "0.30.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fb4f3438c8f6389c864e61221cbc97e9bca98b4daf39a5beb7bea660f528bb2"
+checksum = "6746919caf9f2a85bff759535664c060109f21975c5ac2e8652e60102bd4d196"
dependencies = [
"cfg-if",
"core-foundation-sys",
diff --git a/Cargo.toml b/Cargo.toml
index 61ee3d8f..414e4aff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -93,7 +93,7 @@ nvml-wrapper = { version = "0.10.0", optional = true, features = ["legacy-functi
regex = "1.10.3"
serde = { version = "=1.0.196", features = ["derive"] }
starship-battery = { version = "0.8.2", optional = true }
-sysinfo = "=0.30.5"
+sysinfo = "=0.30.6"
thiserror = "1.0.57"
time = { version = "0.3.34", features = ["formatting", "macros"] }
toml_edit = { version = "0.22.5", features = ["serde"] }