From 6db176a1fb2f88d68e54efa6aab102b5cf99be3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:11:57 +0000 Subject: [PATCH] Bump toml from 0.8.23 to 0.9.7 Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 0.9.7. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.8.23...toml-v0.9.7) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.7 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 01b4b81b5..490540fbb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5170,7 +5170,7 @@ dependencies = [ "strum_macros", "syn", "thiserror 2.0.17", - "toml 0.8.23", + "toml 0.9.7", "trybuild", "uniffi", "url", diff --git a/Cargo.toml b/Cargo.toml index a422caa8f..dda99ad22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ syn = "2.0" thiserror = "2.0" tokio = "1.47" tokio-stream = "0.1.17" -toml = "0.8" +toml = "0.9" trybuild = "1.0" unic-langid = "0.9" uniffi = "0.29.4"