chore: bump tar from 0.4.37 to 0.4.38 (#21921)

* chore: bump tar from 0.4.37 to 0.4.38

Bumps [tar](https://github.com/alexcrichton/tar-rs) from 0.4.37 to 0.4.38.
- [Release notes](https://github.com/alexcrichton/tar-rs/releases)
- [Commits](https://github.com/alexcrichton/tar-rs/compare/0.4.37...0.4.38)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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]
2021-12-16 15:06:56 -07:00
committed by GitHub
parent 347323cbb2
commit a5769c029f
5 changed files with 7 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ solana-sdk = { path = "../sdk", version = "=1.10.0" }
solana-stake-program = { path = "../programs/stake", version = "=1.10.0" }
solana-vote-program = { path = "../programs/vote", version = "=1.10.0" }
symlink = "0.1.0"
tar = "0.4.37"
tar = "0.4.38"
tempfile = "3.2.0"
thiserror = "1.0"
zstd = "0.9.0"