From 26ea007e14897aa5dc72e26b92031ab964a26008 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:47:00 +0000 Subject: [PATCH] chore(deps): bump tempfile from 3.12.0 to 3.13.0 Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.12.0 to 3.13.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f786af8..664aa79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3841,9 +3841,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[package]] name = "tempfile" -version = "3.12.0" +version = "3.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64" +checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" dependencies = [ "cfg-if", "fastrand", diff --git a/Cargo.toml b/Cargo.toml index ffb98f2..b16ab3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ iced_layershell_macros = { version = "0.8.0", path = "./iced_layershell_macros" iced_sessionlock = { version = "0.8.0", path = "./iced_sessionlock" } waycrate_xkbkeycode = { version = "0.8.0", path = "./waycrate_xkbkeycode" } -tempfile = "3.12.0" +tempfile = "3.13.0" thiserror = "1.0.63" wayland-client = { version = "0.31.5" }