Skip to content

Commit

Permalink
Update Rust crate bytes to v1.7.1 (#9208)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 4, 2024
1 parent 28fdd2e commit 27abb50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ unicode-xid = "=0.2.4"
zip = { version = "=2.1.6", default-features = false, features = ["deflate"] }

[dev-dependencies]
bytes = "=1.7.0"
bytes = "=1.7.1"
crates_io_index = { path = "crates/crates_io_index", features = ["testing"] }
crates_io_tarball = { path = "crates/crates_io_tarball", features = ["builder"] }
crates_io_test_db = { path = "crates/crates_io_test_db" }
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_smoke_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ workspace = true

[dependencies]
anyhow = "=1.0.86"
bytes = "=1.7.0"
bytes = "=1.7.1"
clap = { version = "=4.5.13", features = ["derive", "env", "unicode", "wrap_help"] }
crates_io_index = { path = "../crates_io_index" }
reqwest = { version = "=0.12.5", features = ["gzip", "json"] }
Expand Down

0 comments on commit 27abb50

Please sign in to comment.