Skip to content

Commit ce1d8a7

Browse files
Bump tempfile from 3.14.0 to 3.15.0 (#242)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peleus Uhley <1693373+puhley@users.noreply.github.com>
1 parent 7c88705 commit ce1d8a7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ log = "0.4"
2525
serde = { version = "1.0", features = ["derive"] }
2626
serde_derive = "1.0"
2727
serde_json = { version = "1.0" }
28-
tempfile = "3.14"
28+
tempfile = "3.15"
2929
regex = "1.11.1"
3030

3131
[profile.release]

0 commit comments

Comments
 (0)