Skip to content

Commit ec64cdf

Browse files
build(deps): bump tempfile from 3.23.0 to 3.24.0
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.23.0 to 3.24.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.23.0...v3.24.0) --- updated-dependencies: - dependency-name: tempfile dependency-version: 3.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae7b466 commit ec64cdf

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
620620
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
621621
dependencies = [
622622
"libc",
623-
"windows-sys 0.52.0",
623+
"windows-sys 0.61.1",
624624
]
625625

626626
[[package]]
@@ -1063,7 +1063,7 @@ dependencies = [
10631063
"hyper",
10641064
"libc",
10651065
"pin-project-lite",
1066-
"socket2 0.5.10",
1066+
"socket2 0.6.1",
10671067
"tokio",
10681068
"tower-service",
10691069
"tracing",
@@ -1226,7 +1226,7 @@ dependencies = [
12261226
"portable-atomic",
12271227
"portable-atomic-util",
12281228
"serde_core",
1229-
"windows-sys 0.52.0",
1229+
"windows-sys 0.61.1",
12301230
]
12311231

12321232
[[package]]
@@ -2697,9 +2697,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
26972697

26982698
[[package]]
26992699
name = "linux-raw-sys"
2700-
version = "0.9.2"
2700+
version = "0.11.0"
27012701
source = "registry+https://github.com/rust-lang/crates.io-index"
2702-
checksum = "6db9c683daf087dc577b7506e9695b3d556a9f3849903fa28186283afd6809e9"
2702+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
27032703

27042704
[[package]]
27052705
name = "litemap"
@@ -2848,7 +2848,7 @@ version = "0.50.3"
28482848
source = "registry+https://github.com/rust-lang/crates.io-index"
28492849
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
28502850
dependencies = [
2851-
"windows-sys 0.59.0",
2851+
"windows-sys 0.61.1",
28522852
]
28532853

28542854
[[package]]
@@ -3502,15 +3502,15 @@ dependencies = [
35023502

35033503
[[package]]
35043504
name = "rustix"
3505-
version = "1.0.2"
3505+
version = "1.1.3"
35063506
source = "registry+https://github.com/rust-lang/crates.io-index"
3507-
checksum = "f7178faa4b75a30e269c71e61c353ce2748cf3d76f0c44c393f4e60abf49b825"
3507+
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
35083508
dependencies = [
35093509
"bitflags 2.9.4",
35103510
"errno",
35113511
"libc",
3512-
"linux-raw-sys 0.9.2",
3513-
"windows-sys 0.59.0",
3512+
"linux-raw-sys 0.11.0",
3513+
"windows-sys 0.61.1",
35143514
]
35153515

35163516
[[package]]
@@ -3798,15 +3798,15 @@ checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
37983798

37993799
[[package]]
38003800
name = "tempfile"
3801-
version = "3.23.0"
3801+
version = "3.24.0"
38023802
source = "registry+https://github.com/rust-lang/crates.io-index"
3803-
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3803+
checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c"
38043804
dependencies = [
38053805
"fastrand",
38063806
"getrandom 0.3.1",
38073807
"once_cell",
3808-
"rustix 1.0.2",
3809-
"windows-sys 0.52.0",
3808+
"rustix 1.1.3",
3809+
"windows-sys 0.61.1",
38103810
]
38113811

38123812
[[package]]

0 commit comments

Comments
 (0)