diff --git a/Cargo.lock b/Cargo.lock index af4005f..78b39f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -132,9 +132,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 f08d604..b4472e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ vendor-hyper-util = { path = "crates/vendor-hyper-util" } # the pinned versions land in Cargo.lock for `cargo audit` / Dependabot advisory # coverage without pulling them (and tokio) into the build. h2 = { version = "=0.4.15", optional = true } -hyper = { version = "=1.10.1", optional = true, default-features = false, features = ["http1", "client", "server"] } +hyper = { version = "=1.11.0", optional = true, default-features = false, features = ["http1", "client", "server"] } [profile.release] codegen-units = 1