Update Rust crate toml_edit to v0.23.4 (#15852)

This commit is contained in:
renovate[bot] 2025-09-14 21:16:33 -04:00 committed by GitHub
parent feb4ddedc6
commit 5b7c95a0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

16
Cargo.lock generated
View File

@ -4609,9 +4609,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.23.2" version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1dee9dc43ac2aaf7d3b774e2fba5148212bf2bd9374f4e50152ebe9afd03d42" checksum = "7211ff1b8f0d3adae1663b7da9ffe396eabe1ca25f0b0bee42b0da29a9ddce93"
dependencies = [ dependencies = [
"indexmap", "indexmap",
"serde", "serde",
@ -5071,7 +5071,7 @@ dependencies = [
"tokio", "tokio",
"tokio-util", "tokio-util",
"toml", "toml",
"toml_edit 0.23.2", "toml_edit 0.23.4",
"tracing", "tracing",
"tracing-durations-export", "tracing-durations-export",
"tracing-subscriber", "tracing-subscriber",
@ -5298,7 +5298,7 @@ dependencies = [
"tempfile", "tempfile",
"thiserror 2.0.16", "thiserror 2.0.16",
"tokio", "tokio",
"toml_edit 0.23.2", "toml_edit 0.23.4",
"tracing", "tracing",
"uv-cache-key", "uv-cache-key",
"uv-configuration", "uv-configuration",
@ -6106,7 +6106,7 @@ dependencies = [
"serde", "serde",
"serde-untagged", "serde-untagged",
"thiserror 2.0.16", "thiserror 2.0.16",
"toml_edit 0.23.2", "toml_edit 0.23.4",
"tracing", "tracing",
"url", "url",
"uv-cache-key", "uv-cache-key",
@ -6289,7 +6289,7 @@ dependencies = [
"tokio", "tokio",
"tokio-stream", "tokio-stream",
"toml", "toml",
"toml_edit 0.23.2", "toml_edit 0.23.4",
"tracing", "tracing",
"url", "url",
"uv-cache-key", "uv-cache-key",
@ -6429,7 +6429,7 @@ dependencies = [
"serde", "serde",
"thiserror 2.0.16", "thiserror 2.0.16",
"toml", "toml",
"toml_edit 0.23.2", "toml_edit 0.23.4",
"tracing", "tracing",
"uv-cache", "uv-cache",
"uv-dirs", "uv-dirs",
@ -6559,7 +6559,7 @@ dependencies = [
"thiserror 2.0.16", "thiserror 2.0.16",
"tokio", "tokio",
"toml", "toml",
"toml_edit 0.23.2", "toml_edit 0.23.4",
"tracing", "tracing",
"uv-build-backend", "uv-build-backend",
"uv-cache-key", "uv-cache-key",