Skip to content

Commit 27abb50

Browse files
Update Rust crate bytes to v1.7.1 (#9208)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 28fdd2e commit 27abb50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
@@ -127,7 +127,7 @@ unicode-xid = "=0.2.4"
127127
zip = { version = "=2.1.6", default-features = false, features = ["deflate"] }
128128

129129
[dev-dependencies]
130-
bytes = "=1.7.0"
130+
bytes = "=1.7.1"
131131
crates_io_index = { path = "crates/crates_io_index", features = ["testing"] }
132132
crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] }
133133
crates_io_test_db = { path = "crates/crates_io_test_db" }

crates/crates_io_smoke_test/Cargo.toml

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

1010
[dependencies]
1111
anyhow = "=1.0.86"
12-
bytes = "=1.7.0"
12+
bytes = "=1.7.1"
1313
clap = { version = "=4.5.13", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
reqwest = { version = "=0.12.5", features = ["gzip", "json"] }

0 commit comments

Comments
 (0)