summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b23be24c8..f798731d3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2823,7 +2823,7 @@ dependencies = [
"tempfile",
"terminal_size",
"toml 0.8.12",
- "toml_edit 0.22.11",
+ "toml_edit 0.22.12",
"unicode-segmentation",
"unicode-width",
"urlencoding",
@@ -3086,7 +3086,7 @@ dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
- "toml_edit 0.22.11",
+ "toml_edit 0.22.12",
]
[[package]]
@@ -3111,9 +3111,9 @@ dependencies = [
[[package]]
name = "toml_edit"
-version = "0.22.11"
+version = "0.22.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fb686a972ccef8537b39eead3968b0e8616cb5040dbb9bba93007c8e07c9215f"
+checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef"
dependencies = [
"indexmap 2.2.6",
"serde",