diff --git a/Cargo.lock b/Cargo.lock index 28bbab4..d0a5381 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -501,9 +501,9 @@ dependencies = [ [[package]] name = "hyper-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bdea9aac0dbe5a9240d68cfd9501e2db94222c6dc06843e06640b9e07f0fdc67" +checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index a87d095..3de47d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ http = "1.0.0" http-body-util = "0.1" hyper = "1.1.0" hyper-rustls = "0.26.0" -hyper-util = "0.1.2" +hyper-util = "0.1.3" log = "0.4.20" metrics = "0.21.1" metrics-exporter-prometheus = "0.12.2"