summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-20 19:45:39 +0000
committerrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-20 21:47:52 +0000
commitd879317d513282e62d57347275911be042ee230d (patch)
treea3304cf62b97db4b90cef1d890bb9750875ab1fe /Cargo.toml
parentb8a812b93207da992ff8ae9f8b955bfa1252072b (diff)
build(deps): update rust crate toml_edit to 0.22.9
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 f68c4e764..e84dc2cee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -81,7 +81,7 @@ strsim = "0.11.0"
systemstat = "=0.2.3"
terminal_size = "0.3.0"
toml = { version = "0.8.12", features = ["preserve_order"] }
-toml_edit = "0.22.8"
+toml_edit = "0.22.9"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"