summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-09-11 00:13:17 -0400
committerGitHub <noreply@github.com>2023-09-11 00:13:17 -0400
commit6256742f816132cc439beff14ad2db9dad016d24 (patch)
treeb0e5e2cfc23197710abff07d5aff58f48af244f7 /Cargo.toml
parent494bed6ee2c5e5eb5e6050543e283f750269bd58 (diff)
deps: bump sysinfo to =0.29.10 (#1298)
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 280bafcb..2dd637ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,7 +97,7 @@ once_cell = "1.18.0"
regex = "1.9.4"
serde = { version = "=1.0.188 ", features = ["derive"] }
starship-battery = { version = "0.8.2", optional = true }
-sysinfo = "=0.29.8"
+sysinfo = "=0.29.10"
thiserror = "1.0.47"
time = { version = "0.3.26", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.14", features = ["serde"] }