Skip to content

Commit

Permalink
third-party/rust: Bump bytes 1.1 -> 1.6.0
Browse files Browse the repository at this point in the history
Summary:
As it says on the tin. There have been many new features added since the old version. [Staring at the changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md), I don't believe they added breaking changes.

Changes to other libraries:
- *common/rust/folly/iobuf* - the panic message changed so I changed the should_panic rule to match

Reviewed By: diliop

Differential Revision: D55807882

fbshipit-source-id: 8d70a8bae57509fdca82ab18770275111a1f1902
  • Loading branch information
ifd3f authored and facebook-github-bot committed Apr 6, 2024
1 parent 47c3015 commit 9f3ad35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion below/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0.75"
bitflags = { version = "2.4", features = ["serde"] }
bytes = { version = "1.1", features = ["serde"] }
bytes = { version = "1.6.0", features = ["serde"] }
common = { package = "below-common", version = "0.8.1", path = "../common" }
humantime = "2.1"
maplit = "1.0"
Expand Down

0 comments on commit 9f3ad35

Please sign in to comment.