Bump tempfile from 3.2.0 to 3.3.0 (#22401)

* Bump tempfile from 3.2.0 to 3.3.0

Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/Stebalien/tempfile/releases)
- [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS)
- [Commits](https://github.com/Stebalien/tempfile/compare/v3.2.0...v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot]
2022-01-09 12:26:08 -07:00
committed by GitHub
parent dd6b4ac221
commit 28275a33d6
14 changed files with 63 additions and 90 deletions

View File

@ -51,7 +51,7 @@ solana-zk-token-proof-program = { path = "../programs/zk-token-proof", version =
solana-zk-token-sdk = { path = "../zk-token-sdk", version = "=1.10.0" }
symlink = "0.1.0"
tar = "0.4.38"
tempfile = "3.2.0"
tempfile = "3.3.0"
thiserror = "1.0"
zstd = "0.9.2"