diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 01c859d3..92b7e4b8 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -221,9 +221,9 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" [[package]] name = "bytes" -version = "1.5.0" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cc" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f5ada30b..f820a603 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -30,7 +30,7 @@ hex = "0.4.3" itertools = "0.11.0" lazy_static = "1.4.0" thiserror = "1.0.41" -bytes = "1.5.0" +bytes = "1.11.1" pdl-derive = "0.2.0" pdl-runtime = "0.2.0" futures = "0.3.28"