diff --git a/Cargo.lock b/Cargo.lock index 5051b1f..d621dca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -367,9 +367,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.1" +version = "0.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7b980c7bc75203b968f06374cbde00bf1818e02e156b8e5b6ccf440fb53b6d0" +checksum = "12219dc884514cb4a6a03737f4413c0e01c23a1b059b0156004b23f1e19dccbe" dependencies = [ "bytes 1.0.0", "futures-channel", @@ -1062,7 +1062,7 @@ name = "tado-exporter" version = "0.1.0" dependencies = [ "env_logger", - "hyper 0.14.1", + "hyper 0.14.2", "lazy_static", "log", "openssl", diff --git a/Cargo.toml b/Cargo.toml index 09c0439..05208d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Vincent Composieux "] edition = "2018" [dependencies] -hyper = { version = "0.14.1", features = ["server", "runtime", "http1", "http2"] } +hyper = { version = "0.14.2", features = ["server", "runtime", "http1", "http2"] } tokio = { version = "1.0.1", features = ["full"] } lazy_static = "1.4.0" prometheus = "0.11.0"