From d163f7889f5119caa81eb633c4d97834382d110b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 30 Aug 2023 15:35:13 +0000 Subject: [PATCH] Update Rust crate hyper to 0.14.27 --- crates/lox-distributor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index e1cf72c..72b2783 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["tor", "lox", "bridges"] [dependencies] julianday = "1.2.0" base64 = "0.13.1" -hyper = { version = "0.14.24", features = ["server"] } +hyper = { version = "0.14.27", features = ["server"] } hex_fmt = "0.3" futures = "0.3.28" time = "0.3.21"