From 01d935afbf465ef80414011571aaacfe2d5dbbb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:07:17 +0000 Subject: [PATCH] chore(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 | 8 ++++---- axoupdater-cli/Cargo.toml | 2 +- axoupdater/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7ae7df..25feb16 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1995,9 +1995,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustix" -version = "0.38.37" +version = "0.38.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811" +checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee" dependencies = [ "bitflags 2.4.2", "errno", @@ -2440,9 +2440,9 @@ 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", diff --git a/axoupdater-cli/Cargo.toml b/axoupdater-cli/Cargo.toml index d758ecc..7605035 100644 --- a/axoupdater-cli/Cargo.toml +++ b/axoupdater-cli/Cargo.toml @@ -26,7 +26,7 @@ axoasset = { version = "1.0.0", default-features = false, features = [ ] } axoprocess = "0.2.0" camino = { version = "1.1.9", features = ["serde1"] } -tempfile = "3.13.0" +tempfile = "3.14.0" tokio = { version = "1.41.0", features = ["full"] } [[bin]] diff --git a/axoupdater/Cargo.toml b/axoupdater/Cargo.toml index 2f2239f..2651a65 100644 --- a/axoupdater/Cargo.toml +++ b/axoupdater/Cargo.toml @@ -24,7 +24,7 @@ axotag = { version = "0.2.0" } camino = { version = "1.1.6", features = ["serde1"] } homedir = "0.3.3" serde = "1.0.214" -tempfile = "3.10.1" +tempfile = "3.14.0" url = "2.5.2" # axo releases