Skip to content

Commit

Permalink
build(deps): bump tempfile from 3.8.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.8.0 to 3.8.1.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 27, 2023
1 parent 9eaf238 commit 0baee67
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 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.2"
serial_test = "2.0.0"
test-case = "3.2"
tempfile = "3.8.0"
tempfile = "3.8.1"

[[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 @@ -50,7 +50,7 @@ tokio = "1.14"
solana-test-validator = "=1.17.2"
assert_cmd = "2.0.12"
serial_test = "2.0.0"
tempfile = "3.8.0"
tempfile = "3.8.1"

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

0 comments on commit 0baee67

Please sign in to comment.