Use published version of 'pear'.

This commit is contained in:
Sergio Benitez 2018-10-28 04:18:39 -07:00
parent c1b39a016b
commit 7b2b6aba81
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ indexmap = "1.0"
rustls = { version = "0.14", optional = true }
state = "0.4"
cookie = { version = "0.11", features = ["percent-encode", "secure"] }
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "00b9af5" }
pear = "0.1"
unicode-xid = "0.1"
[dependencies.hyper-sync-rustls]

View File

@ -28,7 +28,7 @@ state = "0.4.1"
time = "0.1"
memchr = "2" # TODO: Use pear instead.
base64 = "0.9"
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "00b9af5" }
pear = "0.1"
isatty = "0.1"
[dev-dependencies]