From 8df955014188af8be30882caba8d08863611054c Mon Sep 17 00:00:00 2001 From: Paul Iatchenii Date: Fri, 17 Jan 2025 11:45:00 -0800 Subject: [PATCH] [rust] 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. Test Plan: sandcastle_hope Reviewed By: edward-shen Differential Revision: D68330007 fbshipit-source-id: 08ebc709a60d5ae150e592397dc233dccb477957 --- antlir/antlir2/sendstream_parser/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antlir/antlir2/sendstream_parser/Cargo.toml b/antlir/antlir2/sendstream_parser/Cargo.toml index 0b8c2f16dac..82c2cc3a2a1 100644 --- a/antlir/antlir2/sendstream_parser/Cargo.toml +++ b/antlir/antlir2/sendstream_parser/Cargo.toml @@ -15,7 +15,7 @@ name = "sendstream_parser" path = "src/lib.rs" [dependencies] -bytes = { version = "1.6.0", features = ["serde"] } +bytes = { version = "1.9.0", features = ["serde"] } derive_more = { version = "1.0.0", features = ["full"] } hex = "0.4.3" nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "term", "time", "user", "zerocopy"] }