diff --git a/Cargo.lock b/Cargo.lock index dbef9254..09543166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2563,7 +2563,7 @@ dependencies = [ "test-common", "thiserror 2.0.18", "tokio", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "toml_edit 0.25.3+spec-1.1.0", "tracing", "uuid", @@ -2619,7 +2619,7 @@ dependencies = [ "thouart", "tokio", "tokio-util", - "toml 1.0.3+spec-1.1.0", + "toml 1.0.6+spec-1.1.0", "toml_edit 0.25.3+spec-1.1.0", "tracing", "tracing-subscriber", @@ -4458,9 +4458,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.6+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "399b1124a3c9e16766831c6bba21e50192572cdd98706ea114f9502509686ffc" dependencies = [ "indexmap", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 3d25a803..b135c1fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ test-common = { path = "test-common" } thouart = { git = "https://github.com/oxidecomputer/thouart" } tokio = { version = "1.49.0", features = ["full"] } tokio-util = "0.7.18" -toml = "1.0.3" +toml = "1.0.6" toml_edit = "0.25.3" tracing = "0.1.44" tracing-subscriber = { version = "0.3.22", features = ["env-filter", "json"] }