Skip to content

Commit 610996a

Browse files
build(deps): bump tempfile from 3.17.1 to 3.19.1
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.17.1 to 3.19.1. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.17.1...v3.19.1) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent be1d836 commit 610996a

File tree

2 files changed

+31
-13
lines changed

2 files changed

+31
-13
lines changed

Cargo.lock

+30-12
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
@@ -44,7 +44,7 @@ regex = "1.11.1"
4444
rustix = { version = "0.38.43", features = ["process", "fs"] }
4545
serde = { version = "^1.0", features = ["derive"] }
4646
serde_json = "^1.0"
47-
tempfile = "^3.17"
47+
tempfile = "^3.19"
4848
widestring = "1.2.0"
4949
walkdir = "2.3.2"
5050
signal-hook-registry = "1.4.2"

0 commit comments

Comments
 (0)