Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.10.1 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.10.1 to 3.16.0.
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
- [Commits](Stebalien/tempfile@v3.10.1...v3.16.0)

---
updated-dependencies:
- dependency-name: tempfile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 4, 2025
1 parent d60a0aa commit c45845c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 14 deletions.
56 changes: 44 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion single-pool/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spl-single-pool = { version = "1.0.0", path = "../program", features = [
solana-test-validator = ">=1.18.11,<=2"
serial_test = "3.1.1"
test-case = "3.3"
tempfile = "3.10.1"
tempfile = "3.16.0"

[[bin]]
name = "spl-single-pool"
Expand Down
2 changes: 1 addition & 1 deletion token/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ solana-test-validator = ">=1.18.11,<=2"
assert_cmd = "2.0.14"
libtest-mimic = "0.7"
serial_test = "3.1.1"
tempfile = "3.10.1"
tempfile = "3.16.0"

[[bin]]
name = "spl-token"
Expand Down

0 comments on commit c45845c

Please sign in to comment.