From 9e7cb4dea2b1ad6df3ec316fdad4072141abc6b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 00:56:04 +0000 Subject: [PATCH] build(deps): bump toml from 0.9.12+spec-1.1.0 to 1.1.2+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.9.12+spec-1.1.0 to 1.1.2+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.12...toml-v1.1.2) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.2+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 29 +++++++++++++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9e499cc3..0426b3bd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3493,12 +3493,24 @@ dependencies = [ "indexmap", "serde_core", "serde_spanned", - "toml_datetime", + "toml_datetime 0.7.5+spec-1.1.0", "toml_parser", "toml_writer", "winnow 0.7.15", ] +[[package]] +name = "toml" +version = "1.1.2+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81f3d15e84cbcd896376e6730314d59fb5a87f31e4b038454184435cd57defee" +dependencies = [ + "serde_spanned", + "toml_datetime 1.1.1+spec-1.1.0", + "toml_parser", + "winnow 1.0.3", +] + [[package]] name = "toml_datetime" version = "0.7.5+spec-1.1.0" @@ -3508,6 +3520,15 @@ dependencies = [ "serde_core", ] +[[package]] +name = "toml_datetime" +version = "1.1.1+spec-1.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7" +dependencies = [ + "serde_core", +] + [[package]] name = "toml_parser" version = "1.1.2+spec-1.1.0" @@ -4172,7 +4193,7 @@ dependencies = [ "rayon", "serde", "serde_derive", - "toml", + "toml 0.9.12+spec-1.1.0", "wasmtime", ] @@ -4221,7 +4242,7 @@ dependencies = [ "serde", "serde_derive", "sha2 0.10.9", - "toml", + "toml 0.9.12+spec-1.1.0", "wasmtime-environ", "windows-sys 0.61.2", "zstd", @@ -4967,7 +4988,7 @@ dependencies = [ "regex", "serde", "serde_json", - "toml", + "toml 1.1.2+spec-1.1.0", "wit-parser 0.251.0", ] diff --git a/Cargo.toml b/Cargo.toml index 9dd851e0..b2eaef70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,7 @@ tokio = { version = "1", default-features = false } tokio-stream = { version = "0.1", default-features = false } tokio-util = { version = "0.7", default-features = false } tokio-websockets = { version = "0.13", default-features = false } -toml = { version = "0.9", default-features = false } +toml = { version = "1.1", default-features = false } tower = { version = "0.5", default-features = false } tower-http = { version = "0.7", default-features = false } tracing = { version = "0.1", default-features = false }