Skip to content

Commit 2184169

Browse files
Bump tempfile from 3.19.1 to 3.20.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.19.1 to 3.20.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.19.1...v3.20.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1d64715 commit 2184169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

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

integration_tests/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ anyhow = "1"
3333
indoc = "2"
3434
rstest = "0.25"
3535
rustversion = "1.0.20"
36-
tempfile = "3.19.1"
36+
tempfile = "3.20.0"
3737
tokio = { version = "1.44", features = ["time", "macros", "rt"] }
3838

3939
[[bin]]

0 commit comments

Comments
 (0)