Skip to content

Commit 9a629a1

Browse files
deps: Bump tempfile from 3.13.0 to 3.14.0 (#620)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.13.0 to 3.14.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.13.0...v3.14.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c270a01 commit 9a629a1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

daemon/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ zinnia_runtime = { workspace = true }
2727
assert_cmd = { workspace = true }
2828
assert_fs = { workspace = true }
2929
pretty_assertions = { workspace = true }
30-
tempfile = "3.13.0"
30+
tempfile = "3.14.0"
3131

3232
[lints]
3333
workspace = true

0 commit comments

Comments
 (0)