mirror of
https://github.com/goauthentik/authentik.git
synced 2026-08-30 18:51:39 -07:00
core: bump hyper from 1.10.1 to 1.11.0 (#24475)
Bumps [hyper](https://github.com/hyperium/hyper) from 1.10.1 to 1.11.0. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v1.10.1...v1.11.0) --- updated-dependencies: - dependency-name: hyper dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1828,9 +1828,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",
|
||||
|
||||
@@ -46,7 +46,7 @@ eyre = "= 0.6.12"
|
||||
futures = "= 0.3.33"
|
||||
glob = "= 0.3.4"
|
||||
http-body-util = "= 0.1.4"
|
||||
hyper = { version = "= 1.10.1", features = ["client", "http1", "http2"] }
|
||||
hyper = { version = "= 1.11.0", features = ["client", "http1", "http2"] }
|
||||
hyper-rustls = { version = "= 0.27.9", default-features = false, features = [
|
||||
"aws-lc-rs",
|
||||
"http1",
|
||||
|
||||
Reference in New Issue
Block a user