From 98d715cd90ad35bb257d3292317ac3cdee55d132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 06:20:58 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.14.0 to 3.15.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.14.0 to 3.15.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.14.0...v3.15.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- andax/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba6e381..2ddfc52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1950,12 +1950,13 @@ dependencies = [ [[package]] name = "tempfile" -version = "3.14.0" +version = "3.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704" dependencies = [ "cfg-if", "fastrand", + "getrandom", "once_cell", "rustix", "windows-sys 0.59.0", diff --git a/Cargo.toml b/Cargo.toml index 7f6d743..43377fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ tracing-subscriber = "0.3" tracing-log = "0.2.0" color-eyre = { workspace = true } walkdir = "2.5.0" -tempfile = "3.14.0" +tempfile = "3.15.0" anda-config = { workspace = true } andax = { path = "./andax", version = "0.4.7" } flatpak = "0.18.1" diff --git a/andax/Cargo.toml b/andax/Cargo.toml index 12534a0..759a1c8 100644 --- a/andax/Cargo.toml +++ b/andax/Cargo.toml @@ -21,7 +21,7 @@ ureq = { version = "~2", features = ["json"] } tracing = { workspace = true } color-eyre = { workspace = true } smartstring = "1.0.1" -tempfile = "3.14.0" +tempfile = "3.15.0" anda-config = { workspace = true } rhai-fs = "0.1.2" rhai-url = "0.0.5"