update "bytes" crate: 1.6.0 -> 1.9.0
Some checks failed
ci / Check (push) Has been cancelled
ci / Test Suite (push) Has been cancelled
ci / Clippy (push) Has been cancelled

Summary:
# Why

[bytes 1.6.0](https://docs.rs/bytes/1.6.0/bytes/index.html) has been yanked, time to update  to the latest version

 {F1974418313}

# What changes

[CHANGELOG](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) doesn't suggest any breaking changes, the failed build will tell us if there are any.

Reviewed By: edward-shen

Differential Revision: D68330007

fbshipit-source-id: 08ebc709a60d5ae150e592397dc233dccb477957
This commit is contained in:
Paul Iatchenii 2025-01-17 11:45:00 -08:00 committed by Facebook GitHub Bot
parent f696764be4
commit 82df321c2c

View file

@ -12,7 +12,7 @@ license = "BSD-2-Clause"
anyhow = "1.0.95" anyhow = "1.0.95"
async-trait = "0.1.71" async-trait = "0.1.71"
bincode = "1.3.3" bincode = "1.3.3"
bytes = { version = "1.6.0", features = ["serde"] } bytes = { version = "1.9.0", features = ["serde"] }
close-err = "1.0.2" close-err = "1.0.2"
futures = { version = "0.3.30", features = ["async-await", "compat"] } futures = { version = "0.3.30", features = ["async-await", "compat"] }
goblin = "0.5.2" goblin = "0.5.2"