Bump tar from 0.4.24 to 0.4.25 (#4239)

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

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-09 17:07:31 -07:00
committed by Michael Vines
parent ab3c988146
commit b15848de3b
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.24"
tar = "0.4.25"
tempdir = "0.3.7"
url = "1.7.2"