diff --git a/Cargo.lock b/Cargo.lock index 650788f6..9903ad4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -448,9 +448,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.6.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" +checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50" [[package]] name = "bzip2-sys" diff --git a/Cargo.toml b/Cargo.toml index 792d06ce..a942e474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ anyhow = { version = "1", features = ["backtrace"] } bech32 = "0.9" bimap = "0.6" bincode = "1.3" -bytes = "1.6" +bytes = "1.7" checkpoint = { path = "./crates/checkpoint" } chrono = { version = "0.4", features = ["now"], default-features = false } clap = { version = "4.5", features = ["derive", "env"] }