diff --git a/Cargo.lock b/Cargo.lock index 399f426..9cdf39f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -856,9 +856,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", diff --git a/crates/lox-distributor/Cargo.toml b/crates/lox-distributor/Cargo.toml index e7160af..0a3196d 100644 --- a/crates/lox-distributor/Cargo.toml +++ b/crates/lox-distributor/Cargo.toml @@ -17,7 +17,7 @@ readme = "README.md" [dependencies] julianday = "1.2.0" base64 = "0.21.5" -hyper = { version = "0.14.27", features = ["server"] } +hyper = { version = "0.14.28", features = ["server"] } hex_fmt = "0.3" futures = "0.3.29" time = "0.3.30"