summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-07-29 02:24:35 -0400
committerGitHub <noreply@github.com>2023-07-29 02:24:35 -0400
commit43e3ab00eaf67434b80a99302ed5a1901847cf97 (patch)
tree60c56c391222c686259bca1e3067671a46011ea7 /Cargo.toml
parenta736d856ced4419e289713c4d0621aadad3e0cc8 (diff)
deps: pin sysinfo to 0.29.7 (#1268)
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 b9611b8f..396ec544 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -95,7 +95,7 @@ once_cell = "1.18.0"
regex = "1.9.1"
serde = { version = "1.0.175", features = ["derive"] }
starship-battery = { version = "0.8.1", optional = true }
-sysinfo = "=0.29.6"
+sysinfo = "=0.29.7"
thiserror = "1.0.44"
time = { version = "0.3.23", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.14", features = ["serde"] }