Bump tar from 0.4.27 to 0.4.28 (#10185)

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

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot]
2020-05-22 15:55:40 -07:00
committed by GitHub
parent 48c0845359
commit 2d3a906d55
5 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ log = "0.4.8"
reqwest = { version = "0.10.4", default-features = false, features = ["blocking", "rustls-tls", "json"] }
solana-sdk = { path = "../sdk", version = "1.2.0" }
solana-ledger = { path = "../ledger", version = "1.2.0" }
tar = "0.4.27"
tar = "0.4.28"
[lib]
crate-type = ["lib"]