From d914674f8b5aa4d50a16b4d5ad4022762e478687 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 22:55:47 +0000 Subject: [PATCH] chore(deps): bump toml from 1.0.3+spec-1.1.0 to 1.0.5+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 1.0.3+spec-1.1.0 to 1.0.5+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v1.0.3...toml-v1.0.5) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.5+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2974c0f..33006ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -999,9 +999,9 @@ dependencies = [ [[package]] name = "toml" -version = "1.0.3+spec-1.1.0" +version = "1.0.5+spec-1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7614eaf19ad818347db24addfa201729cf2a9b6fdfd9eb0ab870fcacc606c0c" +checksum = "8825697d11e3935e3ab440a9d672022e540d016ff2f193de4295d11d18244774" dependencies = [ "indexmap", "serde_core", diff --git a/Cargo.toml b/Cargo.toml index 58d9103..8e86359 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,4 +24,4 @@ serde = { version = "1.0.228", features = ["derive"] } strum = { version = "0.28.0", features = ["derive"] } tempfile = "3.26.0" textwrap = "0.16.2" -toml = "1.0.3" +toml = "1.0.5"