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

Commit e23384c

Browse files
build(deps): bump tempfile from 3.11.0 to 3.12.0 (#7119)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.11.0 to 3.12.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- 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 4064124 commit e23384c

File tree

3 files changed

+46
-30
lines changed

3 files changed

+46
-30
lines changed

Cargo.lock

Lines changed: 44 additions & 28 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
@@ -42,7 +42,7 @@ spl-single-pool = { version = "1.0.0", path = "../program", features = [
4242
solana-test-validator = "2.0.3"
4343
serial_test = "3.1.1"
4444
test-case = "3.3"
45-
tempfile = "3.11.0"
45+
tempfile = "3.12.0"
4646

4747
[[bin]]
4848
name = "spl-single-pool"

token/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ solana-test-validator = "2.0.3"
5252
assert_cmd = "2.0.15"
5353
libtest-mimic = "0.7"
5454
serial_test = "3.1.1"
55-
tempfile = "3.11.0"
55+
tempfile = "3.12.0"
5656

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

0 commit comments

Comments
 (0)