Skip to content

Commit 9737eea

Browse files
Paul Iatcheniifacebook-github-bot
Paul Iatchenii
authored andcommitted
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
1 parent 68c2534 commit 9737eea

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

shed/cached_config/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
1414
anyhow = "1.0.95"
15-
bytes = { version = "1.6.0", features = ["serde"] }
15+
bytes = { version = "1.9.0", features = ["serde"] }
1616
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
1717
fbinit = { version = "0.2.0", path = "../fbinit" }
1818
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }

shed/cachelib_stub/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
[dependencies]
1414
abomonation = { version = "0.7", features = ["smallvec"] }
1515
anyhow = "1.0.95"
16-
bytes = { version = "1.6.0", features = ["serde"] }
16+
bytes = { version = "1.9.0", features = ["serde"] }
1717

1818
[lints]
1919
rust = { unexpected_cfgs = { check-cfg = ["cfg(fbcode_build)"], level = "warn" } }

shed/chrome_trace/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
1414
anyhow = "1.0.95"
15-
bytes = { version = "1.6.0", features = ["serde"] }
15+
bytes = { version = "1.9.0", features = ["serde"] }
1616
flate2 = { version = "1.0.33", features = ["rust_backend"], default-features = false }
1717
libc = "0.2.139"
1818
serde = { version = "1.0.185", features = ["derive", "rc"] }

shed/fbthrift_ext/framed/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "lib.rs"
1515

1616
[dependencies]
1717
byteorder = "1.3"
18-
bytes = { version = "1.6.0", features = ["serde"] }
18+
bytes = { version = "1.9.0", features = ["serde"] }
1919
tokio-util = { version = "0.7.12", features = ["full"] }
2020

2121
[dev-dependencies]

shed/fbthrift_ext/socket/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "lib.rs"
1515

1616
[dependencies]
1717
anyhow = "1.0.95"
18-
bytes = { version = "1.6.0", features = ["serde"] }
18+
bytes = { version = "1.9.0", features = ["serde"] }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
fbthrift_framed = { version = "0.1.0", path = "../framed" }
2121
fbthrift_util = { version = "0.1.0", path = "../util" }

shed/fbthrift_ext/tcp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "lib.rs"
1515

1616
[dependencies]
1717
anyhow = "1.0.95"
18-
bytes = { version = "1.6.0", features = ["serde"] }
18+
bytes = { version = "1.9.0", features = ["serde"] }
1919
fbthrift = { version = "0.0.1+unstable", git = "https://github.com/facebook/fbthrift.git", branch = "main" }
2020
fbthrift_framed = { version = "0.1.0", path = "../framed" }
2121
fbthrift_util = { version = "0.1.0", path = "../util" }

shed/memcache_stub/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ path = "lib.rs"
1414

1515
[dependencies]
1616
anyhow = "1.0.95"
17-
bytes = { version = "1.6.0", features = ["serde"] }
17+
bytes = { version = "1.9.0", features = ["serde"] }
1818
fbinit = { version = "0.2.0", path = "../../fbinit" }

shed/netstring/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "MIT OR Apache-2.0"
1212

1313
[dependencies]
1414
anyhow = "1.0.95"
15-
bytes = { version = "1.6.0", features = ["serde"] }
15+
bytes = { version = "1.9.0", features = ["serde"] }
1616
thiserror = "2"
1717
tokio-util = { version = "0.7.12", features = ["full"] }
1818

0 commit comments

Comments
 (0)