Skip to content

Commit

Permalink
Update parking_lot requirement from 0.9 to 0.10
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.9.0...0.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>
  • Loading branch information
dependabot-preview[bot] authored Nov 26, 2019
1 parent 8ef02e0 commit bb913d8
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 @@ -23,7 +23,7 @@ glium = { version = "0.25", default-features = false, optional = true }
gfx = { version = "0.18", optional = true }
imgui-sys = { version = "0.3.0-pre", path = "imgui-sys" }
lazy_static = "1.1"
parking_lot = "0.9"
parking_lot = "0.10"

[dev-dependencies]
memoffset = "0.5"
Expand Down

0 comments on commit bb913d8

Please sign in to comment.