mirror of https://github.com/rwf2/Rocket.git
Update pear to latest revision.
This commit is contained in:
parent
8741e678f8
commit
05eee14d90
|
@ -25,7 +25,7 @@ indexmap = "1.0"
|
|||
rustls = { version = "0.13", optional = true }
|
||||
state = "0.4"
|
||||
cookie = { version = "0.11", features = ["percent-encode", "secure"] }
|
||||
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "d221e16dd" }
|
||||
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "00b9af5" }
|
||||
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 = "d221e16dd" }
|
||||
pear = { git = "http://github.com/SergioBenitez/Pear", rev = "00b9af5" }
|
||||
isatty = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in New Issue