summaryrefslogtreecommitdiffstats
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
parent6ff7015175a9ee8c5f23081d708c35c844b793f1 (diff)
build(deps): update rust crate toml_edit to 0.22.6
-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 4fde8a23e..d3e40b342 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2881,7 +2881,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.8.10",
- "toml_edit 0.22.5",
+ "toml_edit 0.22.6",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3149,7 +3149,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "toml_edit 0.22.5",
+ "toml_edit 0.22.6",
]
[[package]]
@@ -3174,9 +3174,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.22.5"
+version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "99e68c159e8f5ba8a28c4eb7b0c0c190d77bb479047ca713270048145a9ad28a"
+checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
dependencies = [
"indexmap 2.2.3",
"serde",
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"