diff --git a/Cargo.lock b/Cargo.lock index 09ad101..9239334 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,9 +1185,9 @@ dependencies = [ [[package]] name = "hyper" -version = "1.10.1" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" +checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72" dependencies = [ "atomic-waker", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2769d08..4ba669e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ http = "=1.4.2" http-body = "=1.1.0" http-body-util = "=0.1.4" httpdate = "=1.0.3" -hyper = { version = "=1.10.1", features = ["client", "http1", "http2"] } +hyper = { version = "=1.11.0", features = ["client", "http1", "http2"] } hyper-util = { version = "=0.1.20", features = ["client-legacy", "client-proxy", "client-proxy-system", "http1", "http2", "tokio"] } image = { version = "=0.25.10", default-features = false, features = ["jpeg", "png", "tiff", "webp"] } ipnet = "=2.12.0"