Skip to content

Commit 5f68722

Browse files
Bump tempfile from 3.18.0 to 3.19.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.18.0 to 3.19.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.18.0...v3.19.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent caeea59 commit 5f68722

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ static_assertions.workspace = true
232232
sysinfo = { version = "0.33", default-features = false, features = ["system"] }
233233

234234
# Used to test file I/O
235-
tempfile = "3.18"
235+
tempfile = "3.19"
236236

237237
# Used to trace control flow in some tests to make failure investigation easier
238238
tracing = "0.1.41"

0 commit comments

Comments
 (0)