From 82df321c2c5f2d8d3df106dd6668fd2e2d96e677 Mon Sep 17 00:00:00 2001 From: Paul Iatchenii Date: Fri, 17 Jan 2025 11:45:00 -0800 Subject: [PATCH] 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 --- reverie-ptrace/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reverie-ptrace/Cargo.toml b/reverie-ptrace/Cargo.toml index b73db7e..6a83ce8 100644 --- a/reverie-ptrace/Cargo.toml +++ b/reverie-ptrace/Cargo.toml @@ -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"