Skip to content

Commit 6f7e8df

Browse files
Update Rust crate bytes to v1.11.0
1 parent 26ad009 commit 6f7e8df

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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
@@ -150,7 +150,7 @@ utoipa-axum = "=0.2.0"
150150
tikv-jemallocator = { version = "=0.6.1", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
151151

152152
[dev-dependencies]
153-
bytes = "=1.10.1"
153+
bytes = "=1.11.0"
154154
crates_io_docs_rs = { path = "crates/crates_io_docs_rs", features = ["mock"] }
155155
crates_io_github = { path = "crates/crates_io_github", features = ["mock"] }
156156
crates_io_index = { path = "crates/crates_io_index", features = ["testing"] }

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.100"
12-
bytes = "=1.10.1"
12+
bytes = "=1.11.0"
1313
clap = { version = "=4.5.51", features = ["derive", "env", "unicode", "wrap_help"] }
1414
crates_io_index = { path = "../crates_io_index" }
1515
rand = "=0.9.2"

crates/crates_io_test_utils/Cargo.toml

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

1313
[dependencies]
1414
anyhow = "=1.0.100"
15-
bytes = "=1.10.1"
15+
bytes = "=1.11.0"
1616
cargo-manifest = "=0.19.1"
1717
chrono = "=0.4.42"
1818
crates_io_api_types = { path = "../crates_io_api_types" }

0 commit comments

Comments
 (0)