summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-19 04:21:29 +0000
committerGitHub <noreply@github.com>2024-04-19 04:21:29 +0000
commit0bd1c7572816b8d08b78b0ad0f38572a8674259c (patch)
treedb8b6426a46f4d864c6047f752a0f86079032867
parentf543f0def08e1f871946af86b84af0022a5200b0 (diff)
build(deps): update rust crate toml_edit to 0.22.11
-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 9e537828f..b23be24c8 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2823,7 +2823,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.8.12",
- "toml_edit 0.22.9",
+ "toml_edit 0.22.11",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3086,7 +3086,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "toml_edit 0.22.9",
+ "toml_edit 0.22.11",
]
[[package]]
@@ -3111,9 +3111,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.22.9"
+version = "0.22.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e40bb779c5187258fd7aad0eb68cb8706a0a81fa712fbea808ab43c4b8374c4"
+checksum = "fb686a972ccef8537b39eead3968b0e8616cb5040dbb9bba93007c8e07c9215f"
dependencies = [
"indexmap 2.2.6",
"serde",
diff --git a/Cargo.toml b/Cargo.toml
index 156b4a495..adb7efd61 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.9"
+toml_edit = "0.22.11"
unicode-segmentation = "1.11.0"
unicode-width = "0.1.11"
urlencoding = "2.1.3"