You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
build(deps): bump bytes from 1.4.0 to 1.5.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Quentin Gliech
parent
7bedb75976
commit
18734fee0d
@@ -9,7 +9,7 @@ repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
axum = { version = "0.6.20", optional = true }
|
||||
bytes = "1.4.0"
|
||||
bytes = "1.5.0"
|
||||
futures-util = "0.3.28"
|
||||
headers = "0.3.8"
|
||||
http.workspace = true
|
||||
|
@@ -8,7 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
bytes = "1.4.0"
|
||||
bytes = "1.5.0"
|
||||
futures-util = "0.3.28"
|
||||
http-body = "0.4.5"
|
||||
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }
|
||||
|
@@ -21,7 +21,7 @@ keystore = ["dep:mas-keystore"]
|
||||
|
||||
[dependencies]
|
||||
base64ct = { version = "1.6.0", features = ["std"] }
|
||||
bytes = "1.4.0"
|
||||
bytes = "1.5.0"
|
||||
chrono.workspace = true
|
||||
form_urlencoded = "1.2.0"
|
||||
futures = "0.3.28"
|
||||
|
Reference in New Issue
Block a user