diff --git a/Cargo.lock b/Cargo.lock index ebf86cbe..274a091c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2502,7 +2502,7 @@ dependencies = [ "thiserror 2.0.17", "tokio", "toml 0.9.8", - "toml_edit 0.23.6", + "toml_edit 0.23.7", "tracing", "uuid", ] @@ -2557,7 +2557,7 @@ dependencies = [ "tokio", "tokio-util", "toml 0.9.8", - "toml_edit 0.23.6", + "toml_edit 0.23.7", "tracing", "tracing-subscriber", "url", @@ -4179,9 +4179,9 @@ dependencies = [ [[package]] name = "toml_edit" -version = "0.23.6" +version = "0.23.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" +checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d" dependencies = [ "indexmap", "toml_datetime 0.7.3", diff --git a/Cargo.toml b/Cargo.toml index 12284ba8..a9d34617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ thouart = { git = "https://github.com/oxidecomputer/thouart" } tokio = { version = "1.47.1", features = ["full"] } tokio-util = "0.7.16" toml = "0.9.8" -toml_edit = "0.23.6" +toml_edit = "0.23.7" tracing = "0.1.41" tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] } url = "2.5.7"