Skip to content

Commit 695b96b

Browse files
dependabot[bot]LMG
authored andcommitted
Bump bytes from 1.10.1 to 1.11.0
Bumps [bytes](https://github.com/tokio-rs/bytes) from 1.10.1 to 1.11.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.10.1...v1.11.0) --- updated-dependencies: - dependency-name: bytes dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1a7e4d1 commit 695b96b

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.

hyper-reverse-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors = ["Josh Project"]
77
description = "Minimal hyper reverse proxy compatibility layer for Josh"
88

99
[dependencies]
10-
bytes = "1.5.0"
10+
bytes = "1.11.0"
1111
http-body-util = "0.1.0"
1212
hyper = { version = "1.8.1", features = ["http1", "client"] }
1313
hyper-tls = "0.6.0"

hyper_cgi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/josh-project/josh"
99
readme = "README.md"
1010

1111
[dependencies]
12-
bytes = "1.5.0"
12+
bytes = "1.11.0"
1313
futures = { workspace = true }
1414
tokio = { workspace = true }
1515
tokio-util = { workspace = true }

josh-proxy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sha2 = "0.10.8"
1414
lru = "0.16.2"
1515
hex = { workspace = true }
1616
base64 = { workspace = true }
17-
bytes = "1.5.0"
17+
bytes = "1.11.0"
1818
clap = { workspace = true }
1919
futures = { workspace = true }
2020
hyper = { version = "1.8.1" }

0 commit comments

Comments
 (0)