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

Commit 0a54d13

Browse files
build(deps): bump tempfile from 3.12.0 to 3.13.0 (#7309)
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](Stebalien/tempfile@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 17a228b commit 0a54d13

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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.0.3"
4040
serial_test = "3.1.1"
4141
test-case = "3.3"
42-
tempfile = "3.12.0"
42+
tempfile = "3.13.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.0.3"
5151
assert_cmd = "2.0.16"
5252
libtest-mimic = "0.7"
5353
serial_test = "3.1.1"
54-
tempfile = "3.12.0"
54+
tempfile = "3.13.0"
5555

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

0 commit comments

Comments
 (0)