Skip to content

Commit 937e29b

Browse files
Carlos Fernandezmeta-codesync[bot]
authored andcommitted
Update bytes 1.11.0 -> 1.11.1 (fix RUSTSEC-2026-0007)
Summary: X-link: https://github.com/facebookincubator/agentbus/pull/14 X-link: facebookincubator/below#8269 X-link: meta-pytorch/monarch#2506 Integer overflow in `BytesMut::reserve` Reviewed By: dtolnay Differential Revision: D92286167 fbshipit-source-id: 916b46aaaabc9aaac5213268301b37d1ba0f02a3
1 parent c2f631d commit 937e29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10", features = ["serde"] }
15+
bytes = { version = "1.11.1", features = ["serde"] }
1616
close-err = "1.0.2"
1717
futures = { version = "0.3.31", features = ["async-await", "compat"] }
1818
goblin = { version = "0.10", features = ["elf32", "elf64", "endian_fd"] }

0 commit comments

Comments
 (0)