Skip to content

Commit

Permalink
Update parking_lot requirement from 0.8.0 to 0.9.0 (#232)
Browse files Browse the repository at this point in the history
Updates the requirements on [parking_lot](https://github.com/Amanieu/parking_lot) to permit the latest version.
- [Release notes](https://github.com/Amanieu/parking_lot/releases)
- [Changelog](https://github.com/Amanieu/parking_lot/blob/master/CHANGELOG.md)
- [Commits](Amanieu/parking_lot@0.8.0...0.9.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and tomusdrw committed Jul 19, 2019
1 parent fa091ec commit bc5584e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ethereum-types = "0.6.0"
futures = "0.1.26"
jsonrpc-core = "11.0.0"
log = "0.4.6"
parking_lot = "0.8.0"
parking_lot = "0.9.0"
rustc-hex = "2.0.1"
serde = { version = "1.0.90", features = ["derive"] }
serde_json = "1.0.39"
Expand Down

0 comments on commit bc5584e

Please sign in to comment.