summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent973be9103bbc7cb06e5643a1f498fed2e053b699 (diff)
deps: bump sysinfo to 0.30.6 (#1420)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"] }