Skip to content

Commit fec2b03

Browse files
Bump tempfile from 3.4.0 to 3.5.0 in /tools/cp-utility (#368)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/commits) --- 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 8512417 commit fec2b03

File tree

2 files changed

+15
-52
lines changed

2 files changed

+15
-52
lines changed

tools/cp-utility/Cargo.lock

Lines changed: 14 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/cp-utility/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ edition = "2021"
1010

1111
[dev-dependencies]
1212
# dependencies only used during tests
13-
tempfile = "3.4.0"
13+
tempfile = "3.5.0"
1414
uuid = { version = "1.3.0", features = ["v4", "fast-rng"] }
1515

1616
[profile.release]

0 commit comments

Comments
 (0)