Bump hashbrown from 0.2.0 to 0.2.1

Bumps [hashbrown](https://github.com/Amanieu/hashbrown) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/Amanieu/hashbrown/releases)
- [Changelog](https://github.com/Amanieu/hashbrown/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Amanieu/hashbrown/compare/v0.2.0...v0.2.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-14 10:52:06 +00:00
committed by Greg Fitzgerald
parent 5c4689a326
commit 175c0090de
2 changed files with 6 additions and 6 deletions

View File

@ -21,7 +21,7 @@ solana-exchange-api = { path = "../programs/exchange_api", version = "0.13.0" }
[dev-dependencies]
hashbrown = "0.2.0"
hashbrown = "0.2.1"
solana-vote-api = { path = "../programs/vote_api", version = "0.13.0" }
[features]