Skip to content

Commit 8df9550

Browse files
Paul Iatcheniifacebook-github-bot
authored andcommitted
[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
1 parent 77e3e44 commit 8df9550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

antlir/antlir2/sendstream_parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ name = "sendstream_parser"
1515
path = "src/lib.rs"
1616

1717
[dependencies]
18-
bytes = { version = "1.6.0", features = ["serde"] }
18+
bytes = { version = "1.9.0", features = ["serde"] }
1919
derive_more = { version = "1.0.0", features = ["full"] }
2020
hex = "0.4.3"
2121
nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "term", "time", "user", "zerocopy"] }

0 commit comments

Comments
 (0)