summaryrefslogtreecommitdiffstats
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
parentb8a812b93207da992ff8ae9f8b955bfa1252072b (diff)
build(deps): update rust crate toml_edit to 0.22.9
-rw-r--r--Cargo.lock8
-rw-r--r--Cargo.toml2
2 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f6e37a472..842b9eec8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2900,7 +2900,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.8.12",
- "toml_edit 0.22.8",
+ "toml_edit 0.22.9",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3162,7 +3162,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "toml_edit 0.22.8",
+ "toml_edit 0.22.9",
]
[[package]]
@@ -3187,9 +3187,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.22.8"
+version = "0.22.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
+checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
dependencies = [
"indexmap 2.2.5",
"serde",
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"