From 0694332f5d9ee10d200946930cd23672c397120d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:51:44 +0900 Subject: [PATCH] chore(deps): bump tempfile from 3.13.0 to 3.14.0 (#90) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68ad11c..bd221f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3757,9 +3757,9 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" [[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", diff --git a/Cargo.toml b/Cargo.toml index f282f52..2646074 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ iced_sessionlock = { version = "0.9.6", path = "./iced_sessionlock" } iced_sessionlock_macros = { version = "0.9.6", path = "./iced_sessionlock_macros" } waycrate_xkbkeycode = { version = "0.9.6", path = "./waycrate_xkbkeycode" } -tempfile = "3.13.0" +tempfile = "3.14.0" thiserror = "1.0.69" wayland-client = { version = "0.31.7" }