Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 436b937

Browse files
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](Stebalien/tempfile@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dc55e5 commit 436b937

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

single-pool/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ spl-single-pool = { version = "1.0.0", path = "../program", features = [
3939
solana-test-validator = "2.1.0"
4040
serial_test = "3.1.1"
4141
test-case = "3.3"
42-
tempfile = "3.13.0"
42+
tempfile = "3.14.0"
4343

4444
[[bin]]
4545
name = "spl-single-pool"

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ solana-test-validator = "2.1.0"
5151
assert_cmd = "2.0.16"
5252
libtest-mimic = "0.8"
5353
serial_test = "3.1.1"
54-
tempfile = "3.13.0"
54+
tempfile = "3.14.0"
5555

5656
[[bin]]
5757
name = "spl-token"

0 commit comments

Comments
 (0)