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

Commit 1bb7964

Browse files
build(deps): bump tempfile from 3.8.1 to 3.9.0 (#6033)
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.1 to 3.9.0. - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.1...v3.9.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 93b0969 commit 1bb7964

File tree

3 files changed

+81
-26
lines changed

3 files changed

+81
-26
lines changed

Cargo.lock

Lines changed: 79 additions & 24 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
@@ -36,7 +36,7 @@ spl-single-pool = { version = "1.0.0", path="../program", features = [ "no-entry
3636
solana-test-validator = "=1.17.6"
3737
serial_test = "2.0.0"
3838
test-case = "3.3"
39-
tempfile = "3.8.1"
39+
tempfile = "3.9.0"
4040

4141
[[bin]]
4242
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 = "=1.17.6"
5151
assert_cmd = "2.0.12"
5252
libtest-mimic = "0.6"
5353
serial_test = "2.0.0"
54-
tempfile = "3.8.1"
54+
tempfile = "3.9.0"
5555

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

0 commit comments

Comments
 (0)