Skip to content

Commit

Permalink
Update uuid requirement from 0.7 to 0.8 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Colin Bankier <colinbankier@gmail.com>
Co-authored-by: Dominic <git@msrd0.de>
  • Loading branch information
3 people committed Aug 27, 2020
1 parent 86362f8 commit 8ba0b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ mio = "0.7"
borrow-bag = { path = "../misc/borrow_bag", version = "1.0" }
percent-encoding = "2.1"
pin-project = "0.4.2"
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.8", features = ["v4"] }
chrono = "0.4"
base64 = "0.12"
rand = "0.6"
Expand Down

0 comments on commit 8ba0b3c

Please sign in to comment.