From d8bd9200e2e52a736d8b73021ac05fb171714fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 21:34:06 -0400 Subject: [PATCH] Bump tempfile from 3.5.0 to 3.6.0 (#668) Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.6.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.5.0...v3.6.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 ++++--- crates/huak_cli/Cargo.toml | 2 +- crates/huak_ops/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61b6bcbd..4f087f47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,15 +864,16 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.5.0" +version = "3.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" +checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" dependencies = [ + "autocfg", "cfg-if", "fastrand", "redox_syscall", "rustix", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/crates/huak_cli/Cargo.toml b/crates/huak_cli/Cargo.toml index b49ec308..92169582 100644 --- a/crates/huak_cli/Cargo.toml +++ b/crates/huak_cli/Cargo.toml @@ -22,4 +22,4 @@ openssl = { version = "0.10.52", features = ["vendored"], optional = true } thiserror = "1.0.40" [dev-dependencies] -tempfile = "3.5.0" +tempfile = "3.6.0" diff --git a/crates/huak_ops/Cargo.toml b/crates/huak_ops/Cargo.toml index f55c2a3c..3dcaf3f2 100644 --- a/crates/huak_ops/Cargo.toml +++ b/crates/huak_ops/Cargo.toml @@ -24,4 +24,4 @@ toml_edit = "0.19.4" regex = "1.9.1" [dev-dependencies] -tempfile = "3.5.0" \ No newline at end of file +tempfile = "3.6.0" \ No newline at end of file