From c1e3c52422d3b30603ec7bfb50579dc77a39d5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:43:12 +0000 Subject: [PATCH] Update toml requirement from 0.9.5 to 1.0.3 Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.5...toml-v1.0.3) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build_icons/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_icons/Cargo.toml b/build_icons/Cargo.toml index 56e2b6b9..0df642f7 100644 --- a/build_icons/Cargo.toml +++ b/build_icons/Cargo.toml @@ -18,5 +18,5 @@ categories.workspace = true [dependencies] gvdb = { version = "0.9.0", features = ["gresource"] } serde = { version = "1.0.219", features = ["derive"] } -toml = { version = "0.9.5" } +toml = { version = "1.0.3" } walkdir = "2.5.0"