Bump proptest from 0.9.4 to 0.9.5

Bumps [proptest](https://github.com/altsysrq/proptest) from 0.9.4 to 0.9.5.
- [Release notes](https://github.com/altsysrq/proptest/releases)
- [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/altsysrq/proptest/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-01-17 10:24:46 +00:00 committed by Henry de Valence
parent bea7b195ce
commit b53190b6a3
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -832,9 +832,9 @@ dependencies = [
[[package]]
name = "proptest"
version = "0.9.4"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf147e022eacf0c8a054ab864914a7602618adba841d800a9a9868a5237a529f"
checksum = "bf6147d103a7c9d7598f4105cf049b15c99e2ecd93179bf024f0fd349be5ada4"
dependencies = [
"bit-set",
"bitflags",