summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-02-16 03:04:38 +0000
committerGitHub <noreply@github.com>2024-02-16 03:04:38 +0000
commita84d87b909c9969df104832876b1e3e7dc27c01d (patch)
tree06f049ff17ec999c94292ed62fc245f5bd4449e8 /Cargo.toml
parent6ff7015175a9ee8c5f23081d708c35c844b793f1 (diff)
build(deps): update rust crate toml_edit to 0.22.6
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 6afc98918..6b1ec6ec0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.10.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.10", features = ["preserve_order"] }
-toml_edit = "0.22.5"
+toml_edit = "0.22.6"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"