summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-19 16:15:26 +0000
committerGitHub <noreply@github.com>2024-04-19 16:15:26 +0000
commitcce9d335095a10e7f53cb5c6e54d27d3ce8ac1e1 (patch)
treeef88d0f56c174dab0e073f315927c5a2728a554d /Cargo.toml
parent0bd1c7572816b8d08b78b0ad0f38572a8674259c (diff)
build(deps): update rust crate toml_edit to 0.22.12
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 adb7efd61..ab6446399 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.11.1"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.12", features = ["preserve_order"] }
-toml_edit = "0.22.11"
+toml_edit = "0.22.12"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"