chore(deps): Bump hyper from 1.4.0 to 1.4.1 (#666)

Bumps [hyper](https://github.com/hyperium/hyper) from 1.4.0 to 1.4.1.
- [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.4.0...v1.4.1)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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:
dependabot[bot] 2024-08-12 21:12:44 +08:00 committed by GitHub
parent 8cb3e85257
commit 641388ee47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 12 deletions

24
Cargo.lock generated
View File

@ -1142,7 +1142,7 @@ dependencies = [
"http 1.1.0",
"http-body-util",
"humantime",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-rustls",
"hyper-util",
"indicatif",
@ -1235,7 +1235,7 @@ dependencies = [
name = "dragonfly-client-core"
version = "0.1.98"
dependencies = [
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"libloading",
"opendal",
@ -1297,7 +1297,7 @@ dependencies = [
"dragonfly-client-core",
"hex",
"http-range-header",
"hyper 1.4.0",
"hyper 1.4.1",
"openssl",
"rcgen",
"reqwest",
@ -1977,7 +1977,7 @@ dependencies = [
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.5.5",
"socket2 0.4.10",
"tokio",
"tower-service",
"tracing",
@ -1986,9 +1986,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "1.4.0"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc"
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
"bytes",
"futures-channel",
@ -2013,7 +2013,7 @@ checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"log",
"rustls",
@ -2030,7 +2030,7 @@ version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3203a961e5c83b6f5498933e78b6b263e208c197b63e9c6c53cc82ffd3f63793"
dependencies = [
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"pin-project-lite",
"tokio",
@ -2045,7 +2045,7 @@ checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-util",
"native-tls",
"tokio",
@ -2064,7 +2064,7 @@ dependencies = [
"futures-util",
"http 1.1.0",
"http-body 1.0.0",
"hyper 1.4.0",
"hyper 1.4.1",
"pin-project-lite",
"socket2 0.5.5",
"tokio",
@ -3833,7 +3833,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-rustls",
"hyper-tls",
"hyper-util",
@ -4868,7 +4868,7 @@ dependencies = [
"http 1.1.0",
"http-body 1.0.0",
"http-body-util",
"hyper 1.4.0",
"hyper 1.4.1",
"hyper-timeout",
"hyper-util",
"percent-encoding",