summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-11-28 03:37:50 +0000
committerGitHub <noreply@github.com>2023-11-27 22:37:50 -0500
commitcf447e6a4ee7a9ac898f85e379e4acbedcda595e (patch)
treec62f82aff8d308b0fc4cf2de62c851654cc861f3 /Cargo.toml
parent46b7881fb0d13034567278af6712ac601319bc59 (diff)
deps: update sysinfo to 0.29.11 (#1337)
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 f81ce845..afbeef85 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -98,7 +98,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.10"
+sysinfo = "=0.29.11"
thiserror = "1.0.47"
time = { version = "0.3.26", features = ["formatting", "macros"] }
toml_edit = { version = "0.21.0", features = ["serde"] }