From 823436fce6379a1fa9cd171db5e98ddc33fb5613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 09:07:21 +0000 Subject: [PATCH] build(deps): bump toml from 0.8.2 to 0.9.12+spec-1.1.0 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.2 to 0.9.12+spec-1.1.0. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.2...toml-v0.9.12) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.12+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d6ad02d..f9443e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,7 +123,7 @@ dependencies = [ "sha2", "tempfile", "thiserror 2.0.18", - "toml 0.8.2", + "toml 0.9.12+spec-1.1.0", "unicode-normalization", "walkdir", ] diff --git a/Cargo.toml b/Cargo.toml index 94e54eb..7ad5dbc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ clap = { version = "4.5", features = ["derive"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2.0" -toml = "0.8" +toml = "0.9" regex = "1.11" reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "blocking"] } rusqlite = { version = "0.37", features = ["bundled"] }