diff --git a/Cargo.lock b/Cargo.lock index 87ce757..658c715 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -446,9 +446,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.25" +version = "0.14.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" +checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 71b923e..1ab05a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ env_logger = { version = "0.10.0", default-features = false, features = [ "humantime", ] } futures = { version = "0.3.28", features = ["async-await"] } -hyper = { version = "0.14.25", default-features = false, features = [ +hyper = { version = "0.14.26", default-features = false, features = [ "server", "http1", ], optional = true }