summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-07-07 00:25:27 -0400
committerGitHub <noreply@github.com>2023-07-07 00:25:27 -0400
commit275daa1f63d023a0b5468b6d69eb98d62691a360 (patch)
tree488a3d9c348b6e2a6b16f9dc43b20f9054dccaa2 /Cargo.toml
parent567ba3760bd3bf21a8d48a8373e8c61a98747bf0 (diff)
deps: lock sysinfo to 0.29.4 (#1247)
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 40acc261..2c285c45 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,7 +96,7 @@ once_cell = "1.18.0"
regex = "1.9.0"
serde = { version = "1.0.166", features = ["derive"] }
starship-battery = { version = "0.8.1", optional = true }
-sysinfo = "0.29.3"
+sysinfo = "=0.29.4"
thiserror = "1.0.41"
time = { version = "0.3.22", features = ["formatting", "macros"] }
toml_edit = { version = "0.19.12", features = ["serde"] }