Skip to content

Commit

Permalink
[rust] update "bytes" crate: 1.6.0 -> 1.9.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Paul Iatchenii authored and facebook-github-bot committed Jan 17, 2025
1 parent 77e3e44 commit 8df9550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antlir/antlir2/sendstream_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 8df9550

Please sign in to comment.