Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.8.1 to 3.9.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent d4a1f64 commit 3fa1a56
Show file tree
Hide file tree
Showing 3 changed files with 81 additions and 26 deletions.
103 changes: 79 additions & 24 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 @@ -36,7 +36,7 @@ spl-single-pool = { version = "1.0.0", path="../program", features = [ "no-entry
solana-test-validator = "=1.17.6"
serial_test = "2.0.0"
test-case = "3.3"
tempfile = "3.8.1"
tempfile = "3.9.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 @@ -51,7 +51,7 @@ solana-test-validator = "=1.17.6"
assert_cmd = "2.0.12"
libtest-mimic = "0.6"
serial_test = "2.0.0"
tempfile = "3.8.1"
tempfile = "3.9.0"

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

0 comments on commit 3fa1a56

Please sign in to comment.