diff --git a/Cargo.lock b/Cargo.lock index 1ddef1868..4cabe0d2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -746,9 +746,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.7.2" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3" +checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" dependencies = [ "serde", ] diff --git a/Cargo.toml b/Cargo.toml index 7ebef88a9..a2d44b583 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ async-trait = { version = "0.1.82" } asynchronous-codec = "0.7.0" base64 = { default-features = false, features = ["alloc"], version = "0.22.1" } byteorder = { version = "1.5.0" } -bytes = "1.7.1" +bytes = "1.8.0" cid = "0.11.1" chrono = { version = "0.4.35" } clap = { version = "4.5.20", features = ["derive"] }