mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 13:42:05 +00:00
Use published version of 'pear'.
This commit is contained in:
parent
c1b39a016b
commit
7b2b6aba81
@ -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]
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user