Skip to content

Commit f45a618

Browse files
build(deps): bump tempfile from 3.19.1 to 3.20.0 (#3912)
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: 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 6ea7f15 commit f45a618

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
644644
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
645645
dependencies = [
646646
"libc",
647-
"windows-sys 0.52.0",
647+
"windows-sys 0.59.0",
648648
]
649649

650650
[[package]]
@@ -1342,7 +1342,7 @@ dependencies = [
13421342
"portable-atomic",
13431343
"portable-atomic-util",
13441344
"serde",
1345-
"windows-sys 0.52.0",
1345+
"windows-sys 0.59.0",
13461346
]
13471347

13481348
[[package]]
@@ -1448,7 +1448,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
14481448
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
14491449
dependencies = [
14501450
"cfg-if",
1451-
"windows-targets 0.52.6",
1451+
"windows-targets 0.48.5",
14521452
]
14531453

14541454
[[package]]
@@ -3731,7 +3731,7 @@ dependencies = [
37313731
"errno",
37323732
"libc",
37333733
"linux-raw-sys 0.4.15",
3734-
"windows-sys 0.52.0",
3734+
"windows-sys 0.59.0",
37353735
]
37363736

37373737
[[package]]
@@ -3744,7 +3744,7 @@ dependencies = [
37443744
"errno",
37453745
"libc",
37463746
"linux-raw-sys 0.9.2",
3747-
"windows-sys 0.52.0",
3747+
"windows-sys 0.59.0",
37483748
]
37493749

37503750
[[package]]
@@ -4015,15 +4015,15 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
40154015

40164016
[[package]]
40174017
name = "tempfile"
4018-
version = "3.19.1"
4018+
version = "3.20.0"
40194019
source = "registry+https://github.com/rust-lang/crates.io-index"
4020-
checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
4020+
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
40214021
dependencies = [
40224022
"fastrand",
40234023
"getrandom 0.3.1",
40244024
"once_cell",
40254025
"rustix 1.0.2",
4026-
"windows-sys 0.52.0",
4026+
"windows-sys 0.59.0",
40274027
]
40284028

40294029
[[package]]

0 commit comments

Comments
 (0)