build(deps): bump hyper from 0.14.24 to 0.14.25

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.24 to 0.14.25.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.25/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.24...v0.14.25)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-03 18:05:27 +00:00 коммит произвёл Sylvestre Ledru
Родитель 74169047a1
Коммит 6bfe2cbdbd
2 изменённых файлов: 3 добавлений и 3 удалений

4
Cargo.lock сгенерированный
Просмотреть файл

@ -1066,9 +1066,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.24"
version = "0.14.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899"
dependencies = [
"bytes",
"futures-channel",

Просмотреть файл

@ -43,7 +43,7 @@ fs-err = "2.9"
futures = "0.3"
gzp = { version = "0.11.3", default-features = false, features = ["deflate_rust"] }
http = "0.2"
hyper = { version = "0.14.24", optional = true, features = ["server"] }
hyper = { version = "0.14.25", optional = true, features = ["server"] }
is-terminal = "0.4.5"
jobserver = "0.1"
jwt = { package = "jsonwebtoken", version = "8", optional = true }