From 436b937aad261cc20aad95e375cef42b3b039075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:45:03 +0100 Subject: [PATCH] build(deps): bump tempfile from 3.13.0 to 3.14.0 (#7468) 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 | 8 ++++---- single-pool/cli/Cargo.toml | 2 +- token/cli/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 111f6248c03..c058bf67c48 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4608,9 +4608,9 @@ dependencies = [ [[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.6.0", "errno", @@ -9364,9 +9364,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 1.0.0", "fastrand", diff --git a/single-pool/cli/Cargo.toml b/single-pool/cli/Cargo.toml index 07164e1e067..5733d50e1de 100644 --- a/single-pool/cli/Cargo.toml +++ b/single-pool/cli/Cargo.toml @@ -39,7 +39,7 @@ spl-single-pool = { version = "1.0.0", path = "../program", features = [ solana-test-validator = "2.1.0" serial_test = "3.1.1" test-case = "3.3" -tempfile = "3.13.0" +tempfile = "3.14.0" [[bin]] name = "spl-single-pool" diff --git a/token/cli/Cargo.toml b/token/cli/Cargo.toml index 6866901a1f4..31081b6f095 100644 --- a/token/cli/Cargo.toml +++ b/token/cli/Cargo.toml @@ -51,7 +51,7 @@ solana-test-validator = "2.1.0" assert_cmd = "2.0.16" libtest-mimic = "0.8" serial_test = "3.1.1" -tempfile = "3.13.0" +tempfile = "3.14.0" [[bin]] name = "spl-token"