Update Rust crate hyper to 0.14.27
This commit is contained in:
parent
8d58d07e93
commit
d163f7889f
|
@ -13,7 +13,7 @@ keywords = ["tor", "lox", "bridges"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
julianday = "1.2.0"
|
julianday = "1.2.0"
|
||||||
base64 = "0.13.1"
|
base64 = "0.13.1"
|
||||||
hyper = { version = "0.14.24", features = ["server"] }
|
hyper = { version = "0.14.27", features = ["server"] }
|
||||||
hex_fmt = "0.3"
|
hex_fmt = "0.3"
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
time = "0.3.21"
|
time = "0.3.21"
|
||||||
|
|
Loading…
Reference in New Issue