mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2026-04-01 08:24:41 -04:00
Bump hyper from 0.14.27 to 1.1.0
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 1.1.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/v0.14.27...v1.1.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6a9f8dfa6f
commit
a58df16766
2 changed files with 93 additions and 44 deletions
|
|
@ -34,7 +34,7 @@ ruma = { git = "https://github.com/ruma/ruma", rev = "5446ea979b314b90da1734f20e
|
|||
hyperlocal = { git = "https://github.com/softprops/hyperlocal", rev = "2ee4d149644600d326559af0d2b235c945b05c04", features = [
|
||||
"server",
|
||||
] }
|
||||
hyper = { version = "0.14", features = ["server", "http1", "http2"] }
|
||||
hyper = { version = "1.1", features = ["server", "http1", "http2"] }
|
||||
tokio = { version = "1.34.0", features = ["fs", "macros", "signal", "sync"] }
|
||||
loole = "0.1"
|
||||
# Used for storing data permanently
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue