Bump num-derive from 0.2.5 to 0.3.0 (#6165)

Bumps [num-derive](https://github.com/rust-num/num-derive) from 0.2.5 to 0.3.0.
- [Release notes](https://github.com/rust-num/num-derive/releases)
- [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md)
- [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.2.5...num-derive-0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-27 20:20:57 -06:00
committed by Greg Fitzgerald
parent c50d2a6311
commit f14bc0bb59
10 changed files with 23 additions and 23 deletions

View File

@ -38,7 +38,7 @@ hex = "0.4.0"
itertools = { version = "0.8.0" }
log = { version = "0.4.8" }
memmap = { version = "0.6.2", optional = true }
num-derive = { version = "0.2" }
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
rand = { version = "0.6.5", optional = true }
rand_chacha = { version = "0.1.1", optional = true }