diff --git a/Cargo.lock b/Cargo.lock index f622d477bb..db3676d1ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -606,9 +606,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.2" +version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "bzip2-sys" diff --git a/Cargo.toml b/Cargo.toml index c1955f268a..076ae3d85b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -150,7 +150,7 @@ bincode = { version = "1.3.3", default-features = false } blake2b_simd = "1.0.2" borsh = { version = "1.5.1", features = ["derive", "rc"] } bs58 = { version = "0.5.0", features = ["check"], default-features = false } -bytes = "1.7.1" +bytes = "1.11.1" cc = "1.0.83" cfb-mode = "0.8.2" cfg-if = "1.0.0"