Update Rust crate hyper to 0.14.27

This commit is contained in:
Renovate Bot 2023-08-30 15:35:13 +00:00 committed by onyinyang
parent 8d58d07e93
commit d163f7889f
1 changed files with 1 additions and 1 deletions

View File

@ -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"