Bump tar from 0.4.23 to 0.4.24 (#4060)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-29 10:34:30 -06:00
committed by Greg Fitzgerald
parent e2e55f81d0
commit c4945cc04a
2 changed files with 4 additions and 4 deletions

View File

@@ -32,6 +32,6 @@ solana-client = { path = "../client", version = "0.15.0" }
solana-config-api = { path = "../programs/config_api", version = "0.15.0" }
solana-logger = { path = "../logger", version = "0.15.0" }
solana-sdk = { path = "../sdk", version = "0.15.0" }
tar = "0.4.23"
tar = "0.4.24"
tempdir = "0.3.7"
url = "1.7.2"