Skip to content

Commit

Permalink
update hyper to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 11, 2017
1 parent d71ded9 commit 97d59f5
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 @@ -9,7 +9,7 @@ authors = ["Sean McArthur <sean.monstar@gmail.com>"]
license = "MIT/Apache-2.0"

[dependencies]
hyper = { version = "0.9.14" , default-features = false }
hyper = "0.10"
log = "0.3"
native-tls = "0.1"
serde = "0.8"
Expand Down

0 comments on commit 97d59f5

Please sign in to comment.