Bump hashbrown from 0.2.1 to 0.2.2 (#3800)

Bumps [hashbrown](https://github.com/Amanieu/hashbrown) from 0.2.1 to 0.2.2.
- [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.1...v0.2.2)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-04-16 06:49:02 -07:00
committed by Michael Vines
parent c67cc694ae
commit 141e25d567
2 changed files with 6 additions and 6 deletions

View File

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