Bump generic-array from 0.13.0 to 0.13.1 (#4801)

Bumps [generic-array](https://github.com/fizyk20/generic-array) from 0.13.0 to 0.13.1.
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-06-26 17:47:12 -06:00
committed by Greg Fitzgerald
parent 850f77ab3b
commit 531679eeaf
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ bincode = "1.1.4"
bs58 = "0.2.0"
byteorder = "1.3.2"
chrono = { version = "0.4.7", features = ["serde"] }
generic-array = { version = "0.13.0", default-features = false, features = ["serde"] }
generic-array = { version = "0.13.1", default-features = false, features = ["serde"] }
hex = "0.3.2"
itertools = "0.8.0"
log = "0.4.2"