diff --git a/Cargo.lock b/Cargo.lock index ee45d39..100b386 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "encrypted-dns" -version = "0.9.9" +version = "0.9.10" dependencies = [ "anyhow", "byteorder", @@ -440,9 +440,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.20" +version = "0.14.22" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac" +checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index e7c7727..fbd2d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ env_logger = { version = "0.9.1", default-features = false, features = [ "humantime", ] } futures = { version = "0.3.24", features = ["async-await"] } -hyper = { version = "0.14.20", default_features = false, features = [ +hyper = { version = "0.14.22", default_features = false, features = [ "server", "http1", ], optional = true }