Skip to content

Commit 8bbaa7a

Browse files
cfsmp3facebook-github-bot
authored andcommitted
Update bytes 1.9.0 -> 1.10
Summary: X-link: meta-pytorch/monarch#644 1.10.1 (March 5th, 2025) Fixed Fix memory leak when using to_vec with Bytes::from_owner (#773) 1.10.0 (February 3rd, 2025) Added Add feature to support platforms without atomic CAS (#467) try_get_* methods for Buf trait (#753) Implement Buf::chunks_vectored for Take (#617) Implement Buf::chunks_vectored for VecDeque<u8> (#708) Fixed Remove incorrect guarantee for chunks_vectored (#754) Ensure that tests pass under panic=abort (#749) Reviewed By: cjlongoria Differential Revision: D78948561 fbshipit-source-id: bb755e25088f9d77f0d5a9ae3027cadc51ea586a
1 parent 6fed294 commit 8bbaa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reverie-ptrace/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ license = "BSD-2-Clause"
1212
anyhow = "1.0.98"
1313
async-trait = "0.1.86"
1414
bincode = "1.3.3"
15-
bytes = { version = "1.9.0", features = ["serde"] }
15+
bytes = { version = "1.10", features = ["serde"] }
1616
close-err = "1.0.2"
1717
futures = { version = "0.3.30", features = ["async-await", "compat"] }
1818
goblin = { version = "0.8.2", features = ["elf32", "elf64", "endian_fd"] }

0 commit comments

Comments
 (0)