Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 18734fe

Browse files
dependabot[bot]sandhose
authored andcommitted
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](tokio-rs/bytes@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] <[email protected]>
1 parent 7bedb75 commit 18734fe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository.workspace = true
99

1010
[dependencies]
1111
axum = { version = "0.6.20", optional = true }
12-
bytes = "1.4.0"
12+
bytes = "1.5.0"
1313
futures-util = "0.3.28"
1414
headers = "0.3.8"
1515
http.workspace = true

crates/listener/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage.workspace = true
88
repository.workspace = true
99

1010
[dependencies]
11-
bytes = "1.4.0"
11+
bytes = "1.5.0"
1212
futures-util = "0.3.28"
1313
http-body = "0.4.5"
1414
hyper = { version = "0.14.27", features = ["server", "http1", "http2", "tcp"] }

crates/oidc-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keystore = ["dep:mas-keystore"]
2121

2222
[dependencies]
2323
base64ct = { version = "1.6.0", features = ["std"] }
24-
bytes = "1.4.0"
24+
bytes = "1.5.0"
2525
chrono.workspace = true
2626
form_urlencoded = "1.2.0"
2727
futures = "0.3.28"

0 commit comments

Comments
 (0)