From 9820e3c72ed44d01b3ef994f810d88aeb406fc83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:29:53 +0000 Subject: [PATCH] build(deps): update tempfile requirement in the prod-deps group Updates the requirements on [tempfile](https://github.com/Stebalien/tempfile) to permit the latest version. Updates `tempfile` to 3.23.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.17.0...v3.23.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.23.0 dependency-type: direct:production dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- crates/ccsync/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ccsync/Cargo.toml b/crates/ccsync/Cargo.toml index 8b063ab..4dd6bc9 100644 --- a/crates/ccsync/Cargo.toml +++ b/crates/ccsync/Cargo.toml @@ -21,7 +21,7 @@ dirs = "~6.0.0" ignore = "~0.4.24" [dev-dependencies] -tempfile = "~3.17.0" +tempfile = "~3.23.0" serde_json = "~1.0.140" [lints]