1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-09 04:22:45 +03:00

Bump hyper from 0.14.22 to 0.14.23

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.22 to 0.14.23.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.23/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.22...v0.14.23)

---
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]
2022-11-09 18:18:41 +00:00
committed by Quentin Gliech
parent e980368556
commit e9ed2ce51a
5 changed files with 6 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ axum = "0.6.0-rc.2"
clap = { version = "4.0.18", features = ["derive"] }
dotenv = "0.15.0"
futures-util = "0.3.25"
hyper = { version = "0.14.22", features = ["full"] }
hyper = { version = "0.14.23", features = ["full"] }
itertools = "0.10.5"
listenfd = "1.0.0"
rand = "0.8.5"