Skip to content

Commit 58c3a83

Browse files
Update Rust crate bytes to v1.10.0 (#10500)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7906ae commit 58c3a83

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
@@ -131,7 +131,7 @@ utoipa = { version = "=5.3.1", features = ["chrono"] }
131131
utoipa-axum = "=0.2.0"
132132

133133
[dev-dependencies]
134-
bytes = "=1.9.0"
134+
bytes = "=1.10.0"
135135
crates_io_github = { path = "crates/crates_io_github", features = ["mock"] }
136136
crates_io_index = { path = "crates/crates_io_index", features = ["testing"] }
137137
crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] }

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.95"
12-
bytes = "=1.9.0"
12+
bytes = "=1.10.0"
1313
clap = { version = "=4.5.27", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
rand = "=0.8.5"

0 commit comments

Comments
 (0)