Skip to content

Commit 9820e3c

Browse files
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](Stebalien/tempfile@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] <support@github.com>
1 parent eac817e commit 9820e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ccsync/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dirs = "~6.0.0"
2121
ignore = "~0.4.24"
2222

2323
[dev-dependencies]
24-
tempfile = "~3.17.0"
24+
tempfile = "~3.23.0"
2525
serde_json = "~1.0.140"
2626

2727
[lints]

0 commit comments

Comments
 (0)