Skip to content

Commit aeea133

Browse files
build(deps): bump tempfile from 3.14.0 to 3.15.0 (#3505)
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: indirect 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 4c3c46e commit aeea133

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,7 +1261,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
12611261
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
12621262
dependencies = [
12631263
"cfg-if",
1264-
"windows-targets 0.52.0",
1264+
"windows-targets 0.48.5",
12651265
]
12661266

12671267
[[package]]
@@ -3681,12 +3681,13 @@ dependencies = [
36813681

36823682
[[package]]
36833683
name = "tempfile"
3684-
version = "3.14.0"
3684+
version = "3.15.0"
36853685
source = "registry+https://github.com/rust-lang/crates.io-index"
3686-
checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c"
3686+
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
36873687
dependencies = [
36883688
"cfg-if",
36893689
"fastrand",
3690+
"getrandom",
36903691
"once_cell",
36913692
"rustix",
36923693
"windows-sys 0.52.0",

0 commit comments

Comments
 (0)