diff --git a/Cargo.lock b/Cargo.lock index d23bca846f3..080e1b184c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "bytes-utils" diff --git a/Cargo.toml b/Cargo.toml index d668e95afe3..02196aa8d38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -131,7 +131,7 @@ utoipa = { version = "=5.3.1", features = ["chrono"] } utoipa-axum = "=0.2.0" [dev-dependencies] -bytes = "=1.9.0" +bytes = "=1.10.0" crates_io_github = { path = "crates/crates_io_github", features = ["mock"] } crates_io_index = { path = "crates/crates_io_index", features = ["testing"] } crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] } diff --git a/crates/crates_io_smoke_test/Cargo.toml b/crates/crates_io_smoke_test/Cargo.toml index 7f519233231..69b3b6bfa21 100644 --- a/crates/crates_io_smoke_test/Cargo.toml +++ b/crates/crates_io_smoke_test/Cargo.toml @@ -9,7 +9,7 @@ workspace = true [dependencies] anyhow = "=1.0.95" -bytes = "=1.9.0" +bytes = "=1.10.0" clap = { version = "=4.5.27", features = ["derive", "env", "unicode", "wrap_help"] } crates_io_index = { path = "../crates_io_index" } rand = "=0.8.5"