build(deps): update rust crate toml_edit to 0.22.24

This commit is contained in:
renovate[bot]
2025-02-10 23:13:37 +00:00
committed by GitHub
parent b1d9cc7456
commit 5102376383
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -3409,9 +3409,9 @@ dependencies = [
[[package]]
name = "toml_edit"
version = "0.22.23"
version = "0.22.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02a8b472d1a3d7c18e2d61a489aee3453fd9031c33e4f55bd533f4a7adca1bee"
checksum = "17b4795ff5edd201c7cd6dca065ae59972ce77d1b80fa0a84d94950ece7d1474"
dependencies = [
"indexmap 2.7.1",
"serde",
+1 -1
View File
@@ -80,7 +80,7 @@ strsim = "0.11.1"
systemstat = "=0.2.4"
terminal_size = "0.4.1"
toml = { version = "0.8.20", features = ["preserve_order"] }
toml_edit = "0.22.23"
toml_edit = "0.22.24"
unicode-segmentation = "1.12.0"
unicode-width = "0.2.0"
urlencoding = "2.1.3"