Skip to content

Commit a5f0368

Browse files
Bump tempfile from 3.17.1 to 3.18.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.1 to 3.18.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.17.1...v3.18.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 0186c62 commit a5f0368

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

Cargo.lock

+25-6
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.17"
235+
tempfile = "3.18"
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)