From c4a070af39ec9c0f6cdb7c6e08b29ca51ebc2701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:05:11 +0000 Subject: [PATCH] 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](https://github.com/Stebalien/tempfile/compare/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] --- Cargo.lock | 30 +++++++++++++++--------------- crypto/Cargo.toml | 2 +- interop/Cargo.toml | 2 +- keystore/Cargo.toml | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed4354b24b..d6d2dab362 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -315,7 +315,7 @@ dependencies = [ "cfg-if", "event-listener", "futures-lite", - "rustix 1.0.7", + "rustix 1.1.3", ] [[package]] @@ -341,7 +341,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 1.0.7", + "rustix 1.1.3", "signal-hook-registry", "slab", "windows-sys 0.60.2", @@ -3110,9 +3110,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.172" +version = "0.2.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" +checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" [[package]] name = "libm" @@ -3163,9 +3163,9 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" [[package]] name = "linux-raw-sys" -version = "0.9.3" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fe7db12097d22ec582439daf8618b8fdd1a7bef6270e9af3b1ebcd30893cf413" +checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" [[package]] name = "litemap" @@ -4895,15 +4895,15 @@ dependencies = [ [[package]] name = "rustix" -version = "1.0.7" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266" +checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" dependencies = [ "bitflags", "errno", "libc", - "linux-raw-sys 0.9.3", - "windows-sys 0.59.0", + "linux-raw-sys 0.11.0", + "windows-sys 0.61.2", ] [[package]] @@ -5879,14 +5879,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.23.0" +version = "3.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" +checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" dependencies = [ "fastrand", "getrandom 0.3.2", "once_cell", - "rustix 1.0.7", + "rustix 1.1.3", "windows-sys 0.61.2", ] @@ -6974,7 +6974,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3fabb953106c3c8eea8306e4393700d7657561cb43122571b172bbfb7c7ba1d" dependencies = [ "env_home", - "rustix 1.0.7", + "rustix 1.1.3", "winsafe", ] @@ -7568,7 +7568,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156" dependencies = [ "libc", - "rustix 1.0.7", + "rustix 1.1.3", ] [[package]] diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index f1c4d6af0d..9eb156d530 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -78,7 +78,7 @@ serde-wasm-bindgen = "0.6" [dev-dependencies] itertools.workspace = true uuid = { workspace = true, features = ["v4", "v5"] } -tempfile = "3.23" +tempfile = "3.24" wasm-bindgen = "0.2" wasm-bindgen-futures = "0.4" js-sys = "0.3" diff --git a/interop/Cargo.toml b/interop/Cargo.toml index ebac4a0b8b..3b265a8897 100644 --- a/interop/Cargo.toml +++ b/interop/Cargo.toml @@ -31,7 +31,7 @@ const_format.workspace = true rand.workspace = true bitflags.workspace = true uuid = { workspace = true, features = ["v4"] } -tempfile = { version = "3.23" } +tempfile = { version = "3.24" } spinoff = { version = "0.8", features = [ "aesthetic", ], default-features = false } diff --git a/keystore/Cargo.toml b/keystore/Cargo.toml index d445b4b79c..d1e6cbd764 100644 --- a/keystore/Cargo.toml +++ b/keystore/Cargo.toml @@ -101,7 +101,7 @@ proteus-wasm = { workspace = true } [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] smol-macros.workspace = true macro_rules_attribute.workspace = true -tempfile = "3.23.0" +tempfile = "3.24.0" smol.workspace = true [target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]