summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-03-01 00:14:47 -0500
committerGitHub <noreply@github.com>2023-03-01 00:14:47 -0500
commite8ae1a265ad52c0ff28dc9edf8dcfe7bc0ed669d (patch)
tree58252ff49fbc97a302d0e2b6e6fb5968e48b2ce6 /Cargo.toml
parentf02bd21948913966c6c8f78c3f51938aa9e045c8 (diff)
other: switch to toml_edit (#1034)
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 3afa3a42..af6033b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -98,7 +98,7 @@ starship-battery = { version = "0.7.9", optional = true }
sysinfo = "0.26.7"
thiserror = "1.0.38"
time = { version = "0.3.20", features = ["formatting", "macros"] }
-toml = "0.5.10"
+toml_edit = { version = "0.19.4", features = ["serde"] }
tui = "0.19.0"
typed-builder = "0.10.0"
unicode-segmentation = "1.10.1"