From 199da8dd9d62f725d34ad5b55e7bf0e1c7cfc11f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 03:35:10 +0000 Subject: [PATCH] chore(deps): update toml requirement in the prod-deps group Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. Updates `toml` to 1.0.0+spec-1.1.0 - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.9.0...toml-v1.0.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.0+spec-1.1.0 dependency-type: direct:production dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- crates/ccsync-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ccsync-core/Cargo.toml b/crates/ccsync-core/Cargo.toml index 20369fa..a4fac52 100644 --- a/crates/ccsync-core/Cargo.toml +++ b/crates/ccsync-core/Cargo.toml @@ -16,7 +16,7 @@ dunce = "1.0" sha2 = "0.10" similar = "2.7" serde = { version = "1.0", features = ["derive"] } -toml = "0.9" +toml = "1.0" dirs = "6.0" ignore = "0.4"