mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-22 12:56:28 +00:00
update "bytes" crate: 1.6.0 -> 1.9.0
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:
parent
f696764be4
commit
82df321c2c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ license = "BSD-2-Clause"
|
|||
anyhow = "1.0.95"
|
||||
async-trait = "0.1.71"
|
||||
bincode = "1.3.3"
|
||||
bytes = { version = "1.6.0", features = ["serde"] }
|
||||
bytes = { version = "1.9.0", features = ["serde"] }
|
||||
close-err = "1.0.2"
|
||||
futures = { version = "0.3.30", features = ["async-await", "compat"] }
|
||||
goblin = "0.5.2"
|
||||
|
|
Loading…
Reference in a new issue