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

Commit 0b7f9ea

Browse files
build(deps): bump tempfile from 3.10.1 to 3.11.0 (#7107)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.11.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.10.1...v3.11.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 ea94e5d commit 0b7f9ea

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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.10.1"
45+
tempfile = "3.11.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.10.1"
55+
tempfile = "3.11.0"
5656

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

0 commit comments

Comments
 (0)