From e0bb230e595ba770dc100ea72d7042a0819eb2ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:41:54 +0000 Subject: [PATCH] deps: bump tempfile from 3.13.0 to 3.14.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.13.0 to 3.14.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.13.0...v3.14.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 22 +++++++++++----------- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 29b7e3fb1..14c48b93a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -341,7 +341,7 @@ dependencies = [ "futures-lite 2.3.0", "parking", "polling 3.7.3", - "rustix 0.38.38", + "rustix 0.38.40", "slab", "tracing", "windows-sys 0.59.0", @@ -391,7 +391,7 @@ dependencies = [ "cfg-if", "event-listener 3.1.0", "futures-lite 1.13.0", - "rustix 0.38.38", + "rustix 0.38.40", "windows-sys 0.48.0", ] @@ -410,7 +410,7 @@ dependencies = [ "cfg-if", "event-listener 5.3.1", "futures-lite 2.3.0", - "rustix 0.38.38", + "rustix 0.38.40", "tracing", ] @@ -426,7 +426,7 @@ dependencies = [ "cfg-if", "futures-core", "futures-io", - "rustix 0.38.38", + "rustix 0.38.40", "signal-hook-registry", "slab", "windows-sys 0.59.0", @@ -1102,7 +1102,7 @@ dependencies = [ "futures-core", "mio", "parking_lot", - "rustix 0.38.38", + "rustix 0.38.40", "signal-hook", "signal-hook-mio", "winapi", @@ -3897,7 +3897,7 @@ dependencies = [ "concurrent-queue", "hermit-abi 0.4.0", "pin-project-lite", - "rustix 0.38.38", + "rustix 0.38.40", "tracing", "windows-sys 0.59.0", ] @@ -4536,9 +4536,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.38" +version = "0.38.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" +checksum = "99e4ea3e1cdc4b559b8e5650f9c8e5998e3e5c1343b4eaf034565f32318d63c0" dependencies = [ "bitflags 2.6.0", "errno", @@ -5198,14 +5198,14 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.13.0" +version = "3.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" +checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" dependencies = [ "cfg-if", "fastrand 2.1.1", "once_cell", - "rustix 0.38.38", + "rustix 0.38.40", "windows-sys 0.59.0", ] diff --git a/Cargo.toml b/Cargo.toml index 95b204da4..da5471e21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -183,7 +183,7 @@ rand = { default-features = false, version = "0.8", features = [ "std", "std_rng", ] } -tempfile = "3.12.0" +tempfile = "3.14.0" clap = { workspace = true }