Skip to content

Commit f701ce6

Browse files
Update Rust crate bytes to v1.11.0 (#538)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ee11b7 commit f701ce6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

languages/compiled/rust-lang.org/server/hyper.rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111

1212
[dependencies]
1313
anyhow = "=1.0.100"
14-
bytes = "=1.10.1"
14+
bytes = "=1.11.0"
1515
http-body-util = "=0.1.3"
1616
hyper = { version = "=1.8.1", features = ["full"] }
1717
hyper-util = { version = "=0.1.18", features = ["full"] }

languages/compiled/rust-lang.org/server/warp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ tokio = { version = "=1.48.0", features = ["full"] }
1515
reqwest = { version = "=0.12.24", features = ["json"] }
1616
serde = { version = "=1.0.228", features = ["derive"] }
1717
serde_json = "=1.0.145"
18-
bytes = "=1.10.1"
18+
bytes = "=1.11.0"

0 commit comments

Comments
 (0)