summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-01-31 18:51:49 +0000
committerGitHub <noreply@github.com>2024-01-31 18:51:49 +0000
commitfef0035c1f97cb9e0c7beb63381cfa57283a89a4 (patch)
tree9b546b85b025300399003f61fd499c72763d554b /Cargo.toml
parent2d4063c40ac478c0efe98b27dca3e4299616afa8 (diff)
build(deps): update toml crates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d66c92929..9aa9a287d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,8 +80,8 @@ starship-battery = { version = "0.8.2", optional = true }
strsim = "0.10.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
-toml = { version = "0.8.8", features = ["preserve_order"] }
-toml_edit = "0.21.0"
+toml = { version = "0.8.9", features = ["preserve_order"] }
+toml_edit = "0.21.1"
unicode-segmentation = "1.10.1"
unicode-width = "0.1.11"
urlencoding = "2.1.3"