Skip to content

Commit 8b1761b

Browse files
authored
update bytes for dependabot moderate alert (#422)
1 parent b5bc8ba commit 8b1761b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ hyper-rustls = { version = "=0.27.6", default-features = false, features = [
5656
http-body-util = "=0.1.3"
5757
tokio = { version = "=1.45.0", default-features = false }
5858
sys-locale = "=0.3.2"
59-
bytes = "=1.10.1"
59+
bytes = "=1.11.1"
6060
crossterm = "=0.29.0"
6161
memmap2 = "=0.9.4"
6262
libc = "=0.2.172"

ci/rust_http_server/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.

ci/rust_http_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ hyper = { version = "=1.6.0", default-features = false, features = ["server", "h
1010
tokio = { version = "=1.45.0", default-features = false, features = ["macros", "rt", "rt-multi-thread"] }
1111
hyper-util = { version = "=0.1.12", features = ["tokio"] }
1212
http-body-util = "=0.1.3"
13-
bytes = "=1.10.1"
13+
bytes = "=1.11.1"
1414

1515
[workspace]

0 commit comments

Comments
 (0)